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
PowerBIOrg
Resolver II
Resolver II

Overall Total in same category return different values

Dear experts,

 

I want to get the overall total of Industry for each Corporate. When I check on certain Industry Field, it returns different values even under same industry. I expect the Overall Industry for that Industry is 361955 that one.

PowerBIOrg_1-1704684650688.png

 

 

Anyone can help?

 

1 ACCEPTED SOLUTION

Hi, 

 

I found that those fields in AllExcept() need to be unique if want to pick more than 1 value in order to get the Overall Total for each category (IndustryField). 

 

I create a unique value table for "TypeofClaims" field where

T_TypeofClaims = VALUES('Column'[TypeofClaims])

And change my measure as following then it works. 

PowerBIOrg_0-1704765930489.png

 

View solution in original post

4 REPLIES 4
v-rongtiep-msft
Community Support
Community Support

Hi @PowerBIOrg ,

Please have a try.

Create a measure.

measure =
CALCULATE (
    SUM ( column[amtinsured] ),
    ALLEXCEPT ( column, column[industryfield], column[Rel] )
)

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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

 

 

 

 

 

Hi, 

 

I found that those fields in AllExcept() need to be unique if want to pick more than 1 value in order to get the Overall Total for each category (IndustryField). 

 

I create a unique value table for "TypeofClaims" field where

T_TypeofClaims = VALUES('Column'[TypeofClaims])

And change my measure as following then it works. 

PowerBIOrg_0-1704765930489.png

 

Fowmy
Super User
Super User

@PowerBIOrg 

Your question isn't clear, please share the expected result based on your current selection.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Ritaf1983
Super User
Super User

Hi @PowerBIOrg 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
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
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.