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
mar100
Frequent Visitor

Sum up data avoiding double counting

Hi guys!

 

I've got the following data table.

 

snip.JPGsnip.JPG

 

I need to create a measure to calculate the total number of households.  

 

The number of households changes only on Regional and Demographical levels. In the picture above, we can see Demo Group - 1 and two regions - West and South. Power BI, however, sums it up at every level, i.e. total is 60. 

 

I would greatly appreciate any help on this!!

Thank you!

 
 
1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

Hello @mar100 

This measure should get you what you are looking for.  I tested it with an additional demo split add to check.  You will just have to change thename of your table.

Measure = 
SUMX ( 
    SUMMARIZE( Data, Data[Region], Data[Demo Split] ),
    CALCULATE ( MAX ( Data[Number of households] ) )
)

DemoSplit.jpg 

 

If this solves your issues please mark it as the solution. Kudos 👍 are nice too.

View solution in original post

2 REPLIES 2
jdbuchanan71
Super User
Super User

Hello @mar100 

This measure should get you what you are looking for.  I tested it with an additional demo split add to check.  You will just have to change thename of your table.

Measure = 
SUMX ( 
    SUMMARIZE( Data, Data[Region], Data[Demo Split] ),
    CALCULATE ( MAX ( Data[Number of households] ) )
)

DemoSplit.jpg 

 

If this solves your issues please mark it as the solution. Kudos 👍 are nice too.

Thank you so much!! You are a life saviour! 🙂

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.