Forum Discussion

poojithas's avatar
poojithas
Icon for Helper III rankHelper III
3 years ago
Solved

Incorrect measure values

Hi All, I have created a measure with the below logic. When I use this measure in a table with locn_terr_code and locn field, I get the expected result.   But, when I use the measure ...
  • wdx223_Daniel's avatar
    3 years ago

    NewMeasure=SUMX(VALUES(Table[LOCN]),CALCULATE(your code))