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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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