This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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 |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 43 | |
| 26 | |
| 24 |