Forum Discussion
Waterfall with multiple values
- 3 months ago
Hi Anonymous
This is possible with the native stacked column chart but quite complex to setup.
Please see the attached pbix
Hi Anonymous
Not exactly with the native Power BI Waterfall visual.
The built-in Waterfall visual supports one main value measure and a category axis. The Breakdown field can split the contribution by a dimension, but it does not create a true clustered / multi-series waterfall like the one in your screenshot.
If you need this exact layout, I would look at one of these options:
- reshape the data into a long format and test whether the Breakdown field is enough for your case;
- use a clustered column chart if the main goal is year-over-year monthly comparison;
- use a custom visual from AppSource;
- use Deneb / Vega-Lite for full control over the floating bars and multiple series.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly