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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ron_l100
Regular Visitor

Waterfall charts

hello

really need some help (I am new here) and I am in a dead end

I need to create a waterfall chart to see gm variance from one period (last year) to second period (current year) breakdown by category (gmva comp. in the table below)

This is the table that represents the start and the end of the waterfall and the category that I want to present.

 

ron_l100_0-1633500111490.png

 

In another table I already calculate all the measures like LY GM, CY GM, production, etc.

now I need to build the waterfall chart.

How am I writhing the commend that each component 1-8 above will present the correct measure in the waterfall chart? 

2 REPLIES 2
AllisonKennedy
Community Champion
Community Champion

@ron_l100  What does your main data table look like in raw format? 

 

If you want to compare CY to LY for many categories, you should only need to create one measure:

 

Sales = SUM(Sales[Sales] )

 

 

Put GMVA_Comp in the 'breakdown' for the waterfall and DimDate[Year] in the Category and [Sales] in values.


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

hi

i have another table with all the measures that i want to see in the waterfall chart/ i already calculated everything. 

i need an example how to writh the comand that will switch or insert each measure to the waterfall  component table . i read that i may use switch comand but i can find how to do that 

 

ron_l100_0-1633521116835.png

ron_l100_1-1633521231935.png

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors