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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
kjani
Helper I
Helper I

Waterfall chart help

Here is my dataset. I want to have walk-forward that takes from Gross Revenue to Net Revenue to Gross Profit. I am also sharing sketch of proposed waterfall. Can you help?

Data Table:

CustomerLine itemAmount
Customer AGross Revenue $    10.00
Customer ADiscounts $     (2.00)
Customer ANet Revenue $      8.00
Customer ACost of Goods $     (3.00)
Customer AFreight $     (1.00)
Customer AGross Profit $      4.00
   
Customer BGross Revenue $    12.00
Customer BDiscounts $     (2.00)
Customer BNet Revenue $    10.00
Customer BCost of Goods $     (2.00)
Customer BFreight $     (1.00)
Customer BGross Profit $      7.00

 

Output:

Waterfall pic.jpg

1 ACCEPTED SOLUTION
sanimesa
Post Prodigy
Post Prodigy

@kjani  It can be done with a few adjustments to you table.

 

1. Add a sort column to your table - this is to make sure the line items appear in the right order.

2. Create a simple measure:

Gross Profit = CALCULATE(SUM(ProfitWaterfallTable[Amount]))

3. Add the Waterfall chart as shown in example. 

4. You can only add one customer at a time and exclude the Gross Revenue and Net Revenue using slicers - else it will not work. PBI help waterfall.png

View solution in original post

1 REPLY 1
sanimesa
Post Prodigy
Post Prodigy

@kjani  It can be done with a few adjustments to you table.

 

1. Add a sort column to your table - this is to make sure the line items appear in the right order.

2. Create a simple measure:

Gross Profit = CALCULATE(SUM(ProfitWaterfallTable[Amount]))

3. Add the Waterfall chart as shown in example. 

4. You can only add one customer at a time and exclude the Gross Revenue and Net Revenue using slicers - else it will not work. PBI help waterfall.png

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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