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
Salestable includes aRevenuecolumn and aUserIDcolumn. - 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).