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

A 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.

Reply
gauravnarchal
Post Prodigy
Post Prodigy

Matrix table - Row Header

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.

 

gauravnarchal_0-1626361372805.png

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @gauravnarchal 

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 .

Ailsamsft_0-1626685277389.png

(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.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @gauravnarchal 

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 .

Ailsamsft_0-1626685277389.png

(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.

Samarth_18
Community Champion
Community Champion

Hi @gauravnarchal 

 

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

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.