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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
yugofukuda
Helper IV
Helper IV

Regarding Cumulative sum

Hi,


I would like to use max number of the cumulative sum on each day of each month but i can´t understand how to deal with it by using Dax. For example, in the case of August, i would like to put 994 on each day and in the case of July, the number is 2,300 on each day.

I already serched some ways but it didn´t work.

 

 I would be appreciated if you could help me! Thank you ! 

sample.png

1 ACCEPTED SOLUTION

Assuming the total never goes backwards (no negative days), you can only use the maximum and ignore the day. Something like that, depending on the names of your tables.

•calculate(sum(table[value]),all(calendar[day]))

this formula ignores the filter coming from the "day", but respects the filter coming from yyyy-mm



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

View solution in original post

2 REPLIES 2

Assuming the total never goes backwards (no negative days), you can only use the maximum and ignore the day. Something like that, depending on the names of your tables.

•calculate(sum(table[value]),all(calendar[day]))

this formula ignores the filter coming from the "day", but respects the filter coming from yyyy-mm



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

HI Matt,

Thank you very much!! it worked well!!!!!!!!!!!!!!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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