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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Cumulative Sum by Grouping of Measure Output

Hello, 

I am having difficulty creating a cumulative sum measure, that uses the output of another measure. 

 

What i would like to see is that the highlighted are the sum of 186,957 and 73,647, but grouped by the "Expired by date" column. So that each time the "Expired at date" value increases, the cumulative sum will increase by the ammount in the "Expired before start less sum of consumption at expiry date" column. 

 

I have tried this measure but am only getting a duplicate fo the "expired before start..." column: 

Cummulative Expired =
 
 
SUMX(SUMMARIZE(ShortageReport, 'ShortageReport'[RM / WIP Item Number ],
ShortageReport[Expired at date]),[Expired before start less sum of consumption at expiry date])

Capture.PNG
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Thank you in advance for any suggestions!
2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

Share some data to work with and show the expected result very clearly.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
lbendlin
Super User
Super User

Generally you cannot measure a measure.   Your new measure will have to implement the entire required logic again, independently.

 

Please provide sample data that covers your issue or question completely.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors