This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi guys!
I've got the following data table.
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!
Solved! Go to Solution.
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] ) )
)
If this solves your issues please mark it as the solution. Kudos 👍 are nice too.
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] ) )
)
If this solves your issues please mark it as the solution. Kudos 👍 are nice too.
Thank you so much!! You are a life saviour! 🙂
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |