Skip to content

PBIR Tools v0.9.24

Choose a tag to compare

@maxanatsko maxanatsko released this 12 Jun 10:00

Important: This tool works best for targeted, iterative changes to existing reports -- formatting, property adjustments, field binding, theme changes, validation. It's not designed to replace your thinking or design, and it's also constrained by the brittle limitations of Power BI reports, themselves.

Install: uv tool install pbir-cli or pip install pbir-cli (recommended over native installers)

Skills (v26.24): Get skills from the
power-bi-agentic-development
marketplace. For Claude Code: claude plugin add marketplace data-goblin/power-bi-agentic-development


New

  • fields replace-table -- rename a table across every field binding in a report in one command (the table-level counterpart to fields replace), keeping each field's own name. Covers structured field references, query projections, sort definitions, conditional-formatting and selector metadata, and filters.

Bug Fixes

  • Fixed fields replace-table leaving query references and selector metadata inconsistent when the table name was supplied in a different letter-case than the stored reference -- mixed-case references now rename consistently across every surface.

Changes

  • Faster bulk edits -- bulk operations across many visuals are substantially quicker on large reports: set, fields replace, theme colors --replace, visuals resize / align / move, the position / size / format property commands, pages conform, and rm --fields. Single-visual edits keep full validation and are unchanged.