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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
MarioMazzoli
Regular Visitor

Waterfall from columns

Hi,

I'm pretty new to PowerBI in general and to Waterfall charts in particular, so sorry for this maybe "basic" question.

I have a table with the following columns (among the others):

  • Compilation Month
  • Country
  • Delta A
  • Delta B
  • Delta C
  • Delta D

I would like to make a waterfall charts showing the Delta A, B, C, and D (sum of all countries and filtered for only one compilation month), just like this:

 

Waterfall.png

 

I managed to do this only by creating a separate table in Excel (and then imported in PowerBI) where using sumifs I have many lines with:

  • Compilation Month, Country, Delta A, value
  • Compilation Month, Country, Delta B, value
  • Compilation Month, Country, Delta C, value
  • Compilation Month, Country, Delta D, value

And then using "value" for my waterfall as Y axis and the column with Delta A/B/C/D as Category.

I expect there is a more elegant solution in PowerBI, can you help me?

 

Thanks in advance!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@MarioMazzoli,

You don't need to  create a separate table in Excel using sumif.

Directly import your original table to Power BI, then in Query Editor of Power BI Desktop, select  Delta A, B, C, and D columns, and unpivot columns. This way, you should be able to create expected Waterfall chart .
1.PNG2.PNG


Regards,
Lydia

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@MarioMazzoli,

You don't need to  create a separate table in Excel using sumif.

Directly import your original table to Power BI, then in Query Editor of Power BI Desktop, select  Delta A, B, C, and D columns, and unpivot columns. This way, you should be able to create expected Waterfall chart .
1.PNG2.PNG


Regards,
Lydia

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors