Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Waterfall charts with start and endvalues

Hello everyone,

I am trying to build a waterfall diagram in Power BI, to illustrate the Budget variance across departments for example. 

 

Right now I can only illustrate the "variance difference" but I would like to show the start-values an end values as columns in the waterfall, in this case "Finance Budget" as a start value and "Finance Acutals" as end-value. 

 

Finance Budget18.111Startvalue
Department 12.938Variance
Department 2-406Variance
Department 3-665Variance
Department 4-2.876Variance
Finance Actual17.102Endvalue

 

I hope someone can help.

 

Søren

 

  • Hi Søren,

     

    The waterfall visualization provided by power bi currently does not provide this function.

     

    As a workaround, I suggest you create an index column on the data model:

     

     

    and then sort the columns you want to put on the category according to this index:

     

     

    If you don't want to show the last total column, please try to use the custom visual:https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA200001336?tab=Overview

     

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    Best Regards,

    Dedmon Dai

     

1 Reply

  • v-deddai1-msft's avatar
    v-deddai1-msft
    Icon for Community Support rankCommunity Support

    Hi Søren,

     

    The waterfall visualization provided by power bi currently does not provide this function.

     

    As a workaround, I suggest you create an index column on the data model:

     

     

    and then sort the columns you want to put on the category according to this index:

     

     

    If you don't want to show the last total column, please try to use the custom visual:https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA200001336?tab=Overview

     

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    Best Regards,

    Dedmon Dai