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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors