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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Why does the running total continue even when there are no values in the left column? Is there any way to disable this?
Solved! Go to Solution.
Hey,
the running total "runs" for all the dates you are "showing" in your table.
You can avoid this if you put something like this around your calculation:
IF(NOT(ISBLANK([yourbasemeasure]))
,[yourrunningtotalmeasure]
)
Regards
Tom
Hey,
the running total "runs" for all the dates you are "showing" in your table.
You can avoid this if you put something like this around your calculation:
IF(NOT(ISBLANK([yourbasemeasure]))
,[yourrunningtotalmeasure]
)
Regards
Tom
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 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |