What problem does it solve? Building an end-to-end analytics platform requires stitching together ingestion, transformation, modeling, and visualization tools, which is complex and error-prone. This Skill guides you through implementing a complete Medallion Architecture (Bronze, Silver, Gold) in Microsoft Fabric so raw data becomes business-ready KPIs and Power BI reports. ## Core Features & Use Cases - Medallion Lakehouse Architecture: Organize data into Bronze (raw), Silver (cleansed), and Gold (business KPIs) Delta layers in OneLake. - Hybrid Transformation: Combine low-code Dataflow Gen2 (Power Query M) with PySpark Fabric notebooks for cleansing, aggregation, and RFM customer segmentation. - Semantic Models & Power BI: Define DAX measures, calendar tables, and relationships, then connect Power BI directly for reporting. - Orchestration & Operations: Schedule Fabric pipelines, refresh dataflows via REST API, optimize Delta tables, and handle incremental loads with logging. - Use Case: A retail analyst uploads online sales CSVs to a Bronze layer, cleanses them with a Dataflow Gen2, computes revenue trends and RFM segments in PySpark notebooks, and publishes a Power BI dashboard refreshed daily by a Fabric pipeline. ## Quick Start Ask the AI to set up a Microsoft Fabric lakehouse with bronze, silver, and gold layers and build a PySpark notebook that computes monthly revenue trends from retail sales data.