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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Bryanna
Helper II
Helper II

Sum Total from different column result

Hi,

 

I am trying to create a measure that would sum the totals from each of these so i can add it in below and do additional measures off of this. When I try to just sum, it still breaks it out under each PO Number or Order Number instead of just creating 1 line showing 2,162. Any help is appreciated!

 

Bryanna_0-1693406268562.png

 

7 REPLIES 7
technolog
Super User
Super User

I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.

Your insights and updates will greatly assist others who might be encountering the same challenge.

ERD
Super User
Super User

Hi @Bryanna , you can try this:

measure = CALCULATE ( SUM(Table[Field), ALL(Table) )

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

Check out my latest demo report in the data story gallery.

Stand with Ukraine!


Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/

Thank you!

Bryanna
Helper II
Helper II

That didnt work. It still broke it out under each order number. Example below.

 

PO or Order NumberPart Number
1234567891205
Total1205
784553515472
Total472
658745953485
Total485

Can you send a screen shot of what you see? Using All should have removed the PO or Order Number Filter. And the fact that it isn't makes me think there is another filter being applied. 

Bryanna
Helper II
Helper II

Here you go. I know I can just do the sum on the column subtotals but i need to use the qty in another calculation as well so really need it in a measure.

 
PO or Order NumberPart Number
1234567891205
784553515472
658745953485
Total Qty2,162

 

If you are trying to get the total quanity, it will look something like this.

 

Calculate(Sum(PartNumber), All(PO or Order Number))

 

If this post was helpful, please kudos or accept the answer as a solution.
~ Anthony Genovese
Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!

 

 

AnthonyGenovese
Resolver III
Resolver III

Can you provide a mockup of how you want it to look?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors