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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
bcohen
Frequent Visitor

Dynamic Cumulative Totals on Pivoted Table

I have a table with pivoted data as shown below.

 

bcohen_0-1689104728593.png

 

I want to create a display a cumulative staff totals by year, for either of the Attributes selected on a Slicer object (education level or gender).  How do I design a solution (a cumulative total) that re-calculates cumulative totals based on user selections in a Slicer?

 

So far, I've used a standard cumulative total calculation, but it does not provide accurate results:

bcohen_1-1689104961264.png

 

CumulativeStaffTotal = CALCULATE( SUM(Merge1[netchange]), FILTER(ALLSELECTED(Merge1), Merge1[Value]=EARLIER(Merge1[Value]) && Merge1[year]=EARLIER(Merge1[year]) ))

 

 

What approach would you use to solve this problem?

 

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi ,  @bcohen 

According to your description, Do you want to calculate the cumulative value of the year based on the year? For example, 1973=1971+1972.

If this , you can just try to use this dax code:

Measure = CALCULATE( SUM('Merge1'[netchange]) ,'Merge1'[year]<= MAX('Merge1'[year]))

 

The result as follows:

 vyueyunzhmsft_0-1689218286019.png

If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

 

View solution in original post

1 REPLY 1
v-yueyunzh-msft
Community Support
Community Support

Hi ,  @bcohen 

According to your description, Do you want to calculate the cumulative value of the year based on the year? For example, 1973=1971+1972.

If this , you can just try to use this dax code:

Measure = CALCULATE( SUM('Merge1'[netchange]) ,'Merge1'[year]<= MAX('Merge1'[year]))

 

The result as follows:

 vyueyunzhmsft_0-1689218286019.png

If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.