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
Bratone
Helper I
Helper I

Sum of measure in a column doesn't match match with sum of row values

Hi,

I am having a hard time to fix the problem of sum of measure in row not matching with the sum of row values. I browsed multiple solutions on this forum (including https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907) but for me it's still not working.

 

Bratone_0-1674936844183.png

 

Formulas used:

 

TargetHours = OOT_Hours[OOTProductionHours]*[ProdHoursWgAv]

WK_Target = AVERAGE('Dynamic target'[Target])

TargetedTasksPerHour = [TargetHours] * [WK_Target]

SumWgTarget = 
var TargetTable = SUMMARIZE(Quicksight,Employeess[Login Key],Activities[Process Name],"TesTask",[TargetedTasksPerHour])
RETURN
IF(HASONEVALUE(cCalendar[Date]),[TargetedTasksPerHour],SUMX(TargetTable,[TesTask]))

 

TargetHours = OOT_Hours[OOTProductionHours]*[ProdHoursWgAv]

SumOOTH = 
var OOTTable = SUMMARIZE(Quicksight,cCalendar[Date],Employeess[Login Key],Activities[Process Name],"OOTH",[TargetHours])
RETURN
IF(HASONEVALUE(Employeess[Login Key]),[TargetHours],SUMX(OOTTable,[OOTH]))

 

The problem is for both of the measure highlighted in red in the above pictures. I have also uploaded my pbi file if you can please take a look.

 

https://we.tl/t-goCMqeBvSE

 

Thank you!

1 REPLY 1
Greg_Deckler
Super User
Super User

@Bratone First, please vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e

 

You might have better luck with ISINSCOPE versus HASONEVALUE. 


This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8

 

Also this: Matrix Measure Total Triple Threat Rock & Roll - Microsoft Power BI Community


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

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.