Skip to main content
This reference documents the key metrics available in SourceMedium dashboards and the semantic layer. Metrics are organized by category.
Complete Metric Reference: For a comprehensive, always-current list of all 180+ metrics, query the dim_semantic_metric_catalog table in your warehouse. This page provides a curated overview of the most commonly used metrics.
Metrics marked as “Alias” are legacy names maintained for backward compatibility. Use the preferred metric name for new queries.

Revenue Metrics

Revenue and AOV checks

When a revenue or AOV number looks off, confirm the exact metric before comparing reports. For the full cross-tool checklist, see Why would external reports not match the SourceMedium dashboard?.
For reconciliation, compare the numerator and denominator directly. For example, validate AOV by checking revenue and order count for the same date range, filters, and customer segment.

Common formulas

For account-specific metric definitions, query dim_semantic_metric_catalog. Some dashboard labels are aliases or configured variants of these formula families.

Customer Metrics

Marketing Metrics

Conversion Metrics

Cumulative / Period Metrics

Product Metrics

Legacy Aliases

These metric names are maintained for backward compatibility. Always use the preferred name for new implementations.

Core Aliases

AOV Variants

Marketing Variants

Query dim_semantic_metric_catalog with WHERE is_abbreviation = true to see all available aliases in your warehouse.

Metric Types

  • Simple: Direct aggregation of a measure (e.g., SUM of revenue)
  • Ratio: Division of two metrics (e.g., revenue / orders = AOV)
  • Derived: Calculation involving other metrics with custom expressions
  • Cumulative: Running total over a time period (e.g., MTD revenue)

Discovering More Metrics

The semantic layer includes 180+ metrics across all categories. To explore the complete list:
See the dim_semantic_metric_catalog documentation for more query examples and detailed schema information.