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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
aredmond127
Frequent Visitor

Waterfall Chart Help

Hi - totally new to Power BI and need help on waterfall chart please.

 

I need to show Baseline to Total Saleable, with event type as the breakdown (Baseline + Event = Total Saleable). My data is in the below format, whereby baseline, event & total saleable are determined in the same column (metric). Event Type is in it's own column. I dont have much flexibility with this format, as it is a BEX pull with data limitations. 

 

So far, I have been able to get it into the format stated above, however I cannot get any values to populate accurately. I think I'm missing the measures to calculate the values but I'm not following how I do this (think I need to use SWITCH?).

 

End state I need to have multiple slicer options for users to select their own region, division etc. while maintaining the above visual. There will be between 5 - 10 slicer options by completion. 

 

Any help would be greatly appreciated as I'm pretty lost on this. 

 

WATERFALL VISUAL
-
CATEGORY
FILTER / SLICERFILTER / SLICERFILTER / SLICERWATERFALL VISUAL
-
BREAKDOWN
WATERFALL VISUAL
-
VALUE
MetricRegionDivisionMajor CategoryEvent TypeValue
BaselineUKELMU#319
BaselineAPACELFR#342
BaselineNAMCMU#17
BaselineNATFFR#156
BaselineUKELSK#487
BaselineUKMCMU#460
BaselineAPACMCMU#227
EventUKELMUEvent Type 1384
EventAPACELFREvent Type 2437
EventNAMCMUEvent Type 3232
EventNATFFREvent Type 4265
EventUKELSKEvent Type 5190
EventUKMCMU#358
EventAPACMCMU#86
Total SaleableUKELMU#703
Total SaleableAPACELFR#779
Total SaleableNAMCMU#249
Total SaleableNATFFR#421
Total SaleableUKELSK#677
Total SaleableUKMCMU#818
Total SaleableAPACMCMU#313
      
2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @aredmond127 ,

 

Depending on your needs, a separate column needs to be created to count the values of the baseline + events. Then put it in the waterfull chart visual values. The reference is as follows:

Col_total =
CALCULATE (
    SUM ( 'Table'[Value] ),
    ALLEXCEPT (
        'Table',
        'Table'[Region],
        'Table'[Division],
        'Table'[Major Category]
    )
)

vhenrykmstf_0-1636340329544.png

vhenrykmstf_1-1636340382963.pngvhenrykmstf_2-1636340405246.png


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Henry, 

 

Thanks for  the above help - however it's not quite right. Below is the result I'm getting, where baseline = total saleable, with no events values in between. 

 

To clarify, the graph should show baseline on the left, with events as the breakdown and total saleable on the right hand side. For example,

 

Baseline = 10 

Event 1 = 2

Event 2 = 5 

Event 3 = -3

Total Saleable = 14

 

 

 

aredmond127_0-1636362583234.png

aredmond127_1-1636362768630.png

To provide clarification, please see total example below. I've trimmed down the data set but there would be >1M rows of data, multiple divisions, regions, major categories etc. plus multiple other columns not included, that could act as further filters. 

 

From the data, I need to show the waterfall in the below format. The number of filters applied and combination of filters is user determined and could be any number of options (further examples below).

 

Hope this makes sense - thanks again for the help.  

 

aredmond127_6-1636364095746.pngaredmond127_7-1636364712603.pngaredmond127_8-1636364742189.png

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.