Forum Discussion
Yashh
3 years agoHelper II
Incorrect Total in matrix
Hello All,
in this I am having trouble in figuring out the correct sum in the matrix table.
3 Replies
- amitchandakSuper User
- YashhHelper II
Hello amitchandak
Please could you help me out with this particular data as I am not able to figure it out.
Best Regards- amitchandakSuper User
Yashh , Assume you are using measure m1 and field on the matrix column is flag
Then use this measure instead
m2 = sumx(Values(Table[Flag]), [M1])