Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Running Total

Capture2.PNG 

Why does the running total continue even when there are no values in the left column? Is there any way to disable this?

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

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



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

1 REPLY 1
TomMartens
Super User
Super User

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



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.