Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.