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
Zarlot531
Helper V
Helper V

Adding a Calculated Column(s) to the end of a matrix without having to add more values/measures?

I want to add a calculation/calculated column *only* to the end of a matrix after, say, the grand total. However, the main problem I'm having is I can seem to get the calcluated column info in there by adding it to values. But then it adds the calcuations all throught the body of the matrix which is what I don't want. I only want it at the end. 

3 REPLIES 3
v-xicai
Community Support
Community Support

Hi @Zarlot531 ,

 

I am not sure what desired result would you want, could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.

 

Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.

 

Best Regards,

Amy

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

If it is not resolved yet.

Can you please explain with an example. If possible please share a sample pbix file after removing sensitive information.
Thanks

hansei
Helper V
Helper V

Say your matrix's first column is called ABC, your calculated column is called XYZ, and the default aggregation for the calculated column is SUM, create a measure as

MSR = IF( SELECTEDVALUE( TBL[ABC], "N/A" ) = "N/A", SUM( TBL[XYZ] ) )

When you add that measure to the matrix, it will only display a value in the Totals/Subtotals lines

 

Note that you can eliminate the calculated column altogether by changing SUM( TBL[XYZ] ) to the calculation being performed

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.