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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
janwillem
Frequent Visitor

Rename column name in Matrix table

How can I rename the colomn name in a Matrix table when I show value as "Percent of grand total"?

 

Kolomnaam.png

 

1 ACCEPTED SOLUTION

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee


@janwillem wrote:

How can I rename the colomn name in a Matrix table when I show value as "Percent of grand total"?

 

Kolomnaam.png

 


@janwillem

Instead of the built-in "Show value as percentage of grant total", you can create a measure and format it as Percentage. See more in the attached pbix file.

 

whateverName you like = SUM(youTable[Value])/CALCULATE(SUM(youTable[Value]),ALLSELECTED(youTable)) 

Capture.PNG

The July Desktop update allows you to rename fields within a visual.

 

https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-july-feature-summary-2/

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors