This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
Has this ever been implemented in power bi? Seems like years since it was suggested but despite recent changes to quick measures the running total quick measure is still fairly useless.
I have a table with (CUMULATIVE being my requirement). There is an entry for each month, and 3 cycles per year but hopefully you get the idea.
| YEAR_CYCLE (text) | MONTH | TOTAL | CUMULATIVE |
| 2023 1 | 01/01/2023 | 5 | 5 |
| 2023 1 | 01/02/2023 | 10 | 15 |
| 2023 2 | 01/05/2023 | 7 | 7 |
| 2023 2 | 01/06/2023 | 6 | 13 |
As I do have a sequential date field, I'm hoping I don't need an index but can't quite get it right. Can anyone assist with the DAX for the cumulative total / running total by cycle?
Solved! Go to Solution.
Yes, that's what the formula does. Two separate cumulations.
Sorry, my mistake. The formula requires "Cycle" to be a field in the output and I'd removed it.
Works great, thanks
How to get the Total right for Cumulative now?
@Anonymous please open a new thread.
Hi,
Unless I'm missing something, that only gives me a running total. What I need is a running total that resets each time the Cycle changes.
Yes, that's what the formula does. Two separate cumulations.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |