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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to change the text for a value in a visual?

Hello there, I didn't think this would be too difficult but surprisingly I've spent a few hours on trying to do this. I've got a pie chart with a % of accounts there. I want to rename one of the values in the account column, as seen below:

KyleAdam_0-1618840033696.png

I want to rename the "AA Unassigned" to "AA Queued". I thought there would be a quick way to change the visual value with a point and click, but it looks like a measure will have to be added? 

The Account column is in the RequestDetails table, if that helps. Any help would be appreciated, thank you. 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You need add a new calculated column

New column = if([Account] ="AA Unassigned" , "AA Queued", [Account])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , You need add a new calculated column

New column = if([Account] ="AA Unassigned" , "AA Queued", [Account])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you, that worked very well 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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