Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 54 | |
| 47 | |
| 42 | |
| 37 |