Average Revenue Per User (ARPU)
Description
This KPI measures the average revenue generated per user over a specific period, commonly used in subscription-based businesses.
Visual Example

DAX Formula
SQL Statement
Usage Notes
- Ensure the
Sales
table includes aRevenue
column and aUserID
column. - The formula calculates ARPU based on unique users who generated revenue during the period.
- Filter the data to include only transactions within the desired time period (e.g., monthly ARPU).