Forum Discussion
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.
My conditions in the calculation are,
- Issue_Tracker_Demo[Corrective Action Completed On] ) = 1970 and
- Issue_Tracker_Demo[Corrective Action] not baln k andAlso you need to take this if the Modified date is MAX at each ID level.
Here is the link to Power BI file = https://drive.google.com/file/d/1nUElIxYtPrd9XihSmodNXRDN07HIau3K/view?usp=sharing
I would really appreciate your support on this.
Thank you.
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
3 Replies
- Tanushree_Kapse
Impactful Individual
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
- AnonymousNot applicable
Can't we fix the total inside the same measure itself?
- AnonymousNot applicable
Anyways this solved my query for the time being. So Thanks for your time and support Tanushree_Kapse