Power BI Documentation Skill
Generate comprehensive documentation for Power BI semantic models.
Prerequisites
pipx install pbi-cli-tool
pbi-cli skills install
pbi connect
Quick Model Overview
pbi --json model get # Model metadata
pbi --json model stats # Table/measure/column counts
Catalog All Objects
# Tables and their structure
pbi --json table list
pbi --json table get Sales
pbi --json table schema Sales
# All measures
pbi --json me
[Description truncada. Veja o README completo no GitHub.]