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! Get ahead of the game and start preparing now! Learn more
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 40 | |
| 21 | |
| 18 |