This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. 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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 22 | |
| 20 | |
| 20 |