Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not 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.

kazun909_0-1632293006862.png

 

 

My conditions in the calculation are,

 

  1. Issue_Tracker_Demo[Corrective Action Completed On] ) = 1970 and
  2. Issue_Tracker_Demo[Corrective Action] not baln k and
    Also you need to take this if the Modified date is MAX at each ID level.
 Once you go thru the file you will understand the requirement properly.

 

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.

@VahidDM @Greg_Deckler @amitchandak 

1 ACCEPTED SOLUTION
Tanushree_Kapse
Impactful Individual
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

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Anyways this solved my query for the time being. So Thanks for your time and support @Tanushree_Kapse 

Tanushree_Kapse
Impactful Individual
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

Anonymous
Not applicable

Can't we fix the total inside the same measure itself?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors