Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
I have an unique situation where I am trying to measure a customer retention trend over time and the dax is failing me.
I have a data table of customers including their go live dates. I need a rolling total of customers who have gone live under a year, over 1 year, over 2 years and over 3 years.
My result would have a table showing the Year and Quarter, then a column for each time period listed above.
The issue that I am having is that every quarter should do the counts for every date in the past.
Ex; in 2021 (the first year) I should see a steady increase in the under a year column. then for 2022 (the second year), the under a year column would decrease as some of the under a year customers would graduate to the over 1 year column.
@TravisM Without more information hard to be specific but you might find this helpful. To convert to a rolling total, just use SUMX instead of AVERAGEX. Better Rolling Average - Microsoft Power BI Community
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 106 | |
| 65 | |
| 36 | |
| 36 |