What problem does it solve?
Power BI report development involves manipulating complex PBIR JSON structures, validating schemas, and verifying rendered output across multiple tools. Manual editing is fragile and time-consuming, while ensuring visual fidelity requires repeated validation and Desktop reload cycles. This Skill provides a complete, CLI-driven workflow that transforms approved design briefs into production-ready, validated Power BI reports.
Core Features & Use Cases
- PBIR/PBIP Authoring: Create and modify report definition files including pages, visuals, filters, slicers, bookmarks, themes, and formatting using the powerbi-report-author and powerbi-desktop CLIs.
- Validation and Visual Verification: Run schema validation after every logical batch of changes and use Desktop reload and screenshot workflows to catch rendering issues that JSON validation misses.
- Design-to-Implementation Pipeline: Consume approved design briefs or report specs to implement concrete report structures, routing visual-design uncertainty to specialized skills and maintaining cross-page consistency.
Quick Start
Use the powerbi-report-authoring skill to implement the approved report design brief by creating the PBIR page and visual files, validating them with the CLI, and reloading Power BI Desktop to verify the rendered output matches the specification.