This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello
I am using a matrix table and want to know if there is a way to rename the row headers?
Instead of 1, I want to show Ship and instead of 3, I want to show Return.
Thanks
Solved! Go to Solution.
The screenshot you provided seems to be column names, not row names .
(1)If you want to change the column name ,you can rename the field directly in Fields .
(2)If you want to change row names ,you can create a column to replace the original value in [Transaction Type] and then add the column in Rows in visual.
Column = SWITCH(TRUE(),Table[Transaction Type]=1,”Ship”, Table[Transaction Type]=3,”Return")
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The screenshot you provided seems to be column names, not row names .
(1)If you want to change the column name ,you can rename the field directly in Fields .
(2)If you want to change row names ,you can create a column to replace the original value in [Transaction Type] and then add the column in Rows in visual.
Column = SWITCH(TRUE(),Table[Transaction Type]=1,”Ship”, Table[Transaction Type]=3,”Return")
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
you can create a column with below condition and use it as row in your matrix
column = if(table[shiporreturn] = 1,"Ship",if(table[shiporreturn] = 3,"Return"))
Thanks
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 26 | |
| 25 | |
| 24 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 23 | |
| 18 | |
| 18 |