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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
InterSimi
Helper II
Helper II

Sum Multiple Filtered Sums

I have 3 seperate cards, reporting the following:

 

  • Yet to bill value (backlog)
  • Changes to the backlog
  • Installed Value

 

The changes and the backlog come from 2 different tables and are filtered differently. Is there a method in which I can sum the 3 cards together, giving me a total?

 

sum cards.jpg

1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

If the cards are being fed by measures, you could just make a new fourth measure that's something like:

 

OverallTotal = calculate([yettobill])+calculate([backlogchanges])+calculate([installedvalue])

 

As you're using calculate rather than just adding the three together, you can then put the relevant filter context into each bit of the formula to get your desired results, for example if the last one was just calculated over where some field foo has the value bar, you'd have calculate([installedvalue],yourtable[foo]="bar")

View solution in original post

2 REPLIES 2
jthomson
Solution Sage
Solution Sage

If the cards are being fed by measures, you could just make a new fourth measure that's something like:

 

OverallTotal = calculate([yettobill])+calculate([backlogchanges])+calculate([installedvalue])

 

As you're using calculate rather than just adding the three together, you can then put the relevant filter context into each bit of the formula to get your desired results, for example if the last one was just calculated over where some field foo has the value bar, you'd have calculate([installedvalue],yourtable[foo]="bar")

That is perfect thankyou.

 

To be honest, I never thought about using measures because of the filters applied, however the filters are just as applicable to the meaure, as they are the intial results....

 

sum cards 2.jpg

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.