What problem does it solve? Working with Microsoft Fabric and Power BI Service through the web portal is manual and hard to automate. This Skill teaches an AI agent to use the Fabric CLI (fab) to script workspace administration, item deployment, data querying, and governance tasks end to end. ## Core Features & Use Cases - Workspace and item management: List, create, copy, move, export, and import workspaces, semantic models, reports, notebooks, lakehouses, and warehouses using filesystem-like paths. - Data querying: Run DAX against semantic models, T-SQL against SQL endpoints, and DuckDB queries over OneLake Delta tables via bundled wrapper scripts that resolve IDs, hosts, and authentication. - Jobs and admin operations: Trigger and monitor notebook, pipeline, dataflow, and semantic model refreshes, plus tenant-level admin APIs for auditing, scanner metadata, and activity events. - Use Case: Ask the agent to find a semantic model across workspaces, pull its TMDL definition, trigger a refresh, and verify the refresh status — all without opening the Fabric portal. ## Quick Start Ask the agent to list all items in a Fabric workspace and show the definition of a specific semantic model using the fab CLI.