Forum Discussion
poojithas
Helper III
3 years agoIncorrect 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 ...
- 3 years ago
NewMeasure=SUMX(VALUES(Table[LOCN]),CALCULATE(your code))
wdx223_Daniel
Community Champion
3 years agoNewMeasure=SUMX(VALUES(Table[LOCN]),CALCULATE(your code))