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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Simple waterfall chart: Changing the label name

Hi Community,

How could I change the name of the label in the Simple Waterfall chart? I have brought the categories to drill down the visual. I don't wish to make the change in the category.

Anuj_1196_0-1695182875759.png

 

 

1 REPLY 1
rajendraongole1
Super User
Super User

Hi @Anonymous  Since you're using drill-down functionality, You can create a new calculated column in your data model that replaces the original category name with a custom label.

create a calculated column

eg: Custom Category =
SWITCH(
TRUE(),
'Table'[Category] = "Old Category Name", "New Label Name",
'Table'[Category] -- Keep the rest unchanged
)

Replace the original Category field in your Axis section of the Waterfall chart with the new Custom Category column.

 

Hope this helps.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.