What problem does it solve? Setting up a multi-layer data lakehouse in Microsoft Fabric involves many error-prone steps: provisioning workspaces and lakehouses, writing PySpark notebooks, binding lakehouses, orchestrating Bronze-to-Silver-to-Gold execution, and connecting Power BI. This Skill guides the full lifecycle so nothing is left half-deployed. ## Core Features & Use Cases - Layered Architecture Setup: Creates schema-enabled lakehouses (or separate Bronze/Silver/Gold workspaces) with appropriate RBAC and governance patterns. - Transformation Patterns: Provides ingestion, data quality, deduplication, schema evolution, and aggregation patterns for each medallion layer using Delta Lake and PySpark. - End-to-End Orchestration: Deploys notebooks via the Fabric REST API, executes them sequentially, validates results, and connects Power BI via Direct Lake semantic models. - Use Case: Ask to build a medallion architecture for NYC taxi data, and the Skill provisions lakehouses, generates ingestion/cleaning/aggregation notebooks, runs them in order, and surfaces Gold tables in a Power BI report. ## Quick Start Use Microsoft Fabric skills to design a medallion architecture with Bronze, Silver, and Gold lakehouses for my sales data and connect the Gold layer to Power BI.