Forum Discussion

Alwaysactive's avatar
Alwaysactive
Regular Visitor
1 year ago
Solved

PBI Waterfall Chart question

Hi,  I'm using PBI waterfall chart that is avaible in the visualization section. I want to do the below tasks. 1. Color first bar and last total bar with same color. 2. Rename "Total" the last bar...
  • Akash_Varuna's avatar
    1 year ago

    Hi Alwaysactive You could achieve this by creating a custom measure for bar colors using SWITCH to assign the same color to the first and last total bars, then applying it in Data Colors. To rename "Total," create a custom column or measure using IF to replace "Total" with your desired label. Unfortunately, the default Waterfall Chart doesn’t support these changes directly.
    If this post helped please do give a kudos and accept this as a solution
    Thanks In Advance