Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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. ...
  • Tanushree_Kapse's avatar
    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