Forum Discussion
Power BI-Waterfall with sub components
- 3 months ago
This could be possible using the native stack or clustered column chart but this involves complex DAX measures referencing a disconnected table. Below is an example showing multiple measures.
Attached is a sample pbix to help you get started with.
- 3 months ago
Hi Maria_Ochoa_
Please try attached PBIX and let me know.
Please give kudos or mark it as solution once confirmed.
Regards,
Praful
The native waterfall can't do this , it only supports one level of breakdown, so you'd need to go custom.
The best options without paying for Inforiver:
Deneb is your strongest free path. You can build a fully custom waterfall in Vega-Lite with two levels — product variance bars plus DTP/DTV sub-components stacked within each. It takes some effort to get the floating bar positioning right, but it's very doable and gives you full control over the layout. There are templates in the Deneb community gallery worth starting from.