pbir-format
Installation
SKILL.md
PBIR Format Reference
Skill that teaches Claude about the Power BI Enhanced Report (PBIR) JSON format to read and use it. Doesn't support legacy report.json or layout report metadata. To convert from legacy to PBIR format, users have to open and save their reports in Power BI Desktop.
Follow within reason the mental model when working with reports.
Hard rule: Treat PBIR JSON as an implementation detail. Read it when schema context is
useful, but make every report, visual, page, bookmark, filter, mobile-layout, and theme change
through pbir. Never hand-edit, text-replace, or script writes to report JSON. If pbir cannot
express a requested mutation, stop and report the capability gap instead of inventing a raw-JSON
fallback.