Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 @Anuj_1196 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! | |
User | Count |
---|---|
84 | |
79 | |
69 | |
46 | |
43 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |