What problem does it solve? Teams often redefine the same business metrics inconsistently across dashboards, SQL queries, and AI tools, leading to conflicting KPI numbers. This Skill standardizes metric definitions as governed Unity Catalog metric views so revenue, order counts, and ratios stay consistent everywhere. ## Core Features & Use Cases - YAML Metric Definitions: Create metric views with dimensions, measures, filters, joins, and materialization using the YAML 1.1 spec on Databricks Runtime 17.2+. - Advanced Measure Patterns: Build ratio measures, filtered measures with FILTER clauses, and window measures for moving averages, running totals, and period-over-period growth. - Star and Snowflake Schemas: Declare joins to dimension tables directly in the metric view, including nested snowflake hierarchies. - Use Case: Define an orders metric view with monthly revenue, fulfillment rate, and revenue-per-customer measures, then query it from SQL, AI/BI Dashboards, or Genie with consistent results. ## Quick Start Ask the agent to create a Unity Catalog metric view over your orders table with monthly revenue and order count measures, then query it grouped by month.