What problem does it solve? Teams often redefine the same KPIs differently across dashboards, SQL queries, and notebooks, producing inconsistent numbers. This Skill creates Unity Catalog metric views that centralize business metric definitions in YAML so every tool and team queries the same governed measures and dimensions. ## Core Features & Use Cases - Metric View Authoring: Create metric views with dimensions, measures, filters, star/snowflake joins, window measures, and materialization using the YAML 1.1 spec on Databricks Runtime 17.2+. - Querying & Management: Query views with the MEASURE() function, describe definitions, grant access, convert existing SQL views, and drop views via SQL or the Databricks CLI. - Multi-Source Metric View Advisor: Build metric views from gold schemas, AI/BI dashboards, SQL query files, Genie spaces, or KPI spreadsheets, with overlap detection against existing views and a guided deploy flow. - Use Case: A data team formalizes revenue KPIs scattered across dashboards and ad-hoc SQL into a single governed metric view with Genie-friendly synonyms, so analysts, dashboards, and natural-language queries all return identical numbers. ## Quick Start Ask the AI to create a Unity Catalog metric view on your Databricks orders table with monthly revenue and order count measures, then query it by month.