Measures

The building blocks of business calculations

Measures always involve an aggregation function: SUM, COUNT, AVG, MIN, MAX. Every measure also includes a unit in which it is calculated, for example EUR, litres, or pieces to ensure consistency.

Examples

  • Cumulative measures (total_revenue, customer_count)

  • Summary statistics (average_order_amount)

Last updated

Was this helpful?