Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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:
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.
Solved! Go to Solution.
@Anonymous , You need add a new calculated column
New column = if([Account] ="AA Unassigned" , "AA Queued", [Account])
Thank you, that worked very well
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 64 | |
| 50 | |
| 45 |