Forum Discussion
LeahZhang
4 years agoMicrosoft Employee
Incorrect Measure Totals
Dear Team,
I run into a problem with Incorrect Measure Totals and seek expert advise on it. Th
totalScore/ plantTotalweight are both measures
plantScore = totalScore * plantTotalweight
LeahZhang
Can you try the following measure for plantScoreplantScore = SUMX ( VALUES ( tablename[swr_name] ), [totalScore] * [plantTotalweight] )