What problem does it solve?
This Skill solves the challenge of safely accessing and querying Microsoft Fabric Power BI semantic models (formerly Power BI datasets) for metadata discovery and data retrieval, eliminating the risk of accidental model modifications that come with direct authoring tools.
Core Features & Use Cases
- Read-Only Metadata Discovery: Use DAX
INFO.VIEW.* and INFO.* functions to safely inventory semantic model objects including tables, columns, measures, relationships, hierarchies, and storage details without making any changes to the model.
- Secure Data Retrieval: Execute ad-hoc DAX queries to pull aggregated or filtered data from the semantic model for analysis, reporting, or validation purposes.
- Common Use Case: A data analyst can use this Skill to quickly document all business logic measures in a production sales semantic model, or pull year-over-year sales metrics by region for a stakeholder report without risking accidental model edits.
Quick Start
Use the powerbi-consumption-cli skill to first list all tables and columns in your Fabric workspace's 'Sales' semantic model, then run a DAX query to pull total sales grouped by product category for the previous quarter.