Dashboard Mode - Common LOD use cases (customer first purchase, cohorts)
Dashboard Goal
Understand customer behavior by identifying their first purchase date and grouping them into monthly cohorts to analyze retention and sales trends over time.
Understand customer behavior by identifying their first purchase date and grouping them into monthly cohorts to analyze retention and sales trends over time.
| Customer ID | Order Date | Sales Amount |
|---|---|---|
| C001 | 2023-01-15 | 100 |
| C002 | 2023-01-20 | 150 |
| C001 | 2023-02-10 | 200 |
| C003 | 2023-02-15 | 300 |
| C002 | 2023-03-05 | 250 |
| C004 | 2023-03-20 | 400 |
| C005 | 2023-04-01 | 500 |
+----------------------+----------------------+ | Total Customers (KPI) | Total Sales (KPI) | +----------------------+----------------------+ | | | Bar Chart: Customers by Cohort Month | | | +----------------------------------------------+ | | | Line Chart: Monthly Sales by Cohort | | | +----------------------------------------------+
A date filter allows selecting a range of order dates. When applied, all components update to show data only for orders within the selected date range. For example, selecting orders from 2023-02-01 to 2023-03-31 updates the KPIs and charts to reflect customers and sales in that period.
Hovering over bars or lines shows tooltips with exact counts or sales amounts.
If you add a filter to show only customers with first purchase in February 2023, which components update?