Forum Discussion
devpp
5 years agoNew Member
Waterfall Chart - replicating an excel chart
Hello All,
I am very new to power bi and having a tough time replicating a waterfall chart which I have created in excel.
Can someone help please?
Have pasted the datatable below.
| Month | EUCs |
| Jan-21 | 500 |
| Add | 7 |
| Delete | -38 |
| Feb-21 | 469 |
| Add | 4 |
| Delete | -32 |
| Mar-21 | 441 |
| Add | 17 |
| Delete | -6 |
| Apr-21 | 452 |
| Add | 11 |
| Delete | -12 |
| May-21 | 451 |
| Add | 7 |
| Delete | -3 |
| Jun-21 | 455 |
| Add | 18 |
| Delete | -5 |
| Jul-21 | 468 |
| Add | 7 |
| Delete | -1 |
| Aug-21 | 474 |
3 Replies
- lbendlinSuper User
what is your rationale for wanting to replicate the chart? Power BI's Waterfall chart works very differently from Excel's implementation.
- devppNew Member
Hi Ibendlin,
There is no specific reason to replicate.I thought it would be nice if I am showing the additions,deletions near to the total instead of starting from zero as in the column chart.
It is ok for me If this can be done differently in power bi... - lbendlinSuper User
In Power BI you only need the initial value (500) and all the adds and deletes. No need to include the other monthly totals in the source data.