Forum Discussion

CJS1199's avatar
CJS1199
Frequent Visitor
2 years ago
Solved

Need Assistance with Waterfall Chart

Hello! I've been using Power BI for a little under a year and this is my first attempt at creating a waterfall chart. I'm looking to visualize year-over-year changes to the total cFTE where Year End ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi CJS1199 

    You can refer to the following solution.

    1.You need to unpivot your table to the following format in power query, click Roster and As of column, then selet unpivot other columns.

    it will be the follwing format.

    2.Then in power bi desktop , create a calcularted column.

    Column = [As of]&"-"&[Attribute]

    3.in visual store, select the simple waterfall.

     

    4.Then put the following field to the visual.

    5.Then in Define Pillars, select the end cfte of each year.

    6.Then select sort by column and descending.

    Output

     

    Output

     

    Best Regards!

    Yolo Zhu

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