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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
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.
Proud to be a Super User! | |
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 35 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |