Forum Discussion
Waterfall Graph Current vs Previous week
Hello
Quick question regarding Waterfall Charts.
I have a table like the one below. It's data that i get from different sources and it's added manually. I have created a power Bi report and I would like to incorporate the below waterfall chart in the power Bi too.
| To be Scheduled - Last Wk View | Data Adjustments | New Scheduled in FY22 | Moved from FY23 to FY22 | Moved to On Hold | Postponed to outside FY | To be Scheduled - Now |
| (6.500) | (622) | 220 | 220 | (605) | (213) | 7.500 |
The excel file looks like this. ANy way to create the same Waterfall chart without Calendar table, etc. ?
thanks
- Anonymous4 years ago
Hi romovaro ,
Here are the steps you can follow:
1. Go to Power query, select all the columns of the table, and click Transform – Unpivot Columns..
Result:
2. Add Column – Index Column – From 1.
3. Click [Attribute] – Column tools – Sort by column – [Index].
4. Click the ellipsis – Sort axis – Attribute – Sort ascending.
5. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
2 Replies
- AnonymousNot applicable
Hi romovaro ,
Here are the steps you can follow:
1. Go to Power query, select all the columns of the table, and click Transform – Unpivot Columns..
Result:
2. Add Column – Index Column – From 1.
3. Click [Attribute] – Column tools – Sort by column – [Index].
4. Click the ellipsis – Sort axis – Attribute – Sort ascending.
5. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- romovaroResponsive Resident
Awesome. Thanks for the explanation step by step :). it worked