March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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:
Customer | Line item | Amount |
Customer A | Gross Revenue | $ 10.00 |
Customer A | Discounts | $ (2.00) |
Customer A | Net Revenue | $ 8.00 |
Customer A | Cost of Goods | $ (3.00) |
Customer A | Freight | $ (1.00) |
Customer A | Gross Profit | $ 4.00 |
Customer B | Gross Revenue | $ 12.00 |
Customer B | Discounts | $ (2.00) |
Customer B | Net Revenue | $ 10.00 |
Customer B | Cost of Goods | $ (2.00) |
Customer B | Freight | $ (1.00) |
Customer B | Gross Profit | $ 7.00 |
Output:
Solved! Go to Solution.
@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.
@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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |