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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Cumulative Sales/ Running Totals not working

Hi,

 

I am trying to create cumulative sales(Running Totals) for a month,

 

this is the formula I am using to calculate cumulative sales 

 

# Cumulative Sales =
IF (
MIN ( Dates[Date] ) < TODAY (),
CALCULATE (
Sales[# Sales],
FILTER ( ALLSELECTED ( Dates ), Dates[Date] <= MAX ( Dates[Date] ) )
)
)
 
The formula is giving me the right results, But as you can see in the below image, when a single date is selected it is only incuding the sales of that day and not counting the previous sales
Test.jpg
Not sure why it is doing it, if anybody encountered this before or is there any better way to calculate the cumulative sales?
 
Any help is much appreciated.
 
Many Thanks,
 
Prime
1 REPLY 1
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,

Try changing ALLSELECTED () to ALL().

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.