Forum Discussion

clem312's avatar
clem312
Resolver I
4 years ago
Solved

TOTAL without Filter

Hi,

 

I have a measure the sum weights for unique ID. It works fine in my matrix by categories.

My problem is that I need the TOTAL of the weight for all categories in order to make a percentage for each category.

_Q72_Like = SUMX(Values(Q72[ID]), calculate(max(Q72[WEIGHT])))
_Q72_Total = SUMX(VALUES(Q72[ID]), CALCULATE(MAX(Q72[WEIGHT]), ALL(Q72[Q72_correspondance.Q72_lib])))
The last column _Q72_Total should display 101 698 on all cells.
What am I doing wrong ?

 

 

8 Replies