Forum Discussion
Anonymous
4 years agoNot applicable
Total Not Visible in Matrix
Hi Guys, I am working on a table where I need to do a calculation based on some conditions. The calculation working fine on row level. But on the total level the result is not working fine. ...
- 4 years ago
Hi Anonymous ,
Please try the below measure:
Total(fixed)= SUMX(VALUES(Table[ID]), No of Correctivet Actions Pending Demo)
Mark this as a solution if I answered your question. Kudos are always appreciated.
Thanks
Tanushree_Kapse
Impactful Individual
4 years agoHi Anonymous ,
Please try the below measure:
Total(fixed)= SUMX(VALUES(Table[ID]), No of Correctivet Actions Pending Demo)
Mark this as a solution if I answered your question. Kudos are always appreciated.
Thanks
Anonymous
4 years agoNot applicable
Can't we fix the total inside the same measure itself?