Forum Discussion

LeahZhang's avatar
LeahZhang
Microsoft Employee
4 years ago
Solved

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    ...
  • Fowmy's avatar
    4 years ago

    LeahZhang 

    Can you try the following measure for plantScore

    plantScore =
    SUMX ( VALUES ( tablename[swr_name] ), [totalScore] * [plantTotalweight] )