Forum Discussion

DagmaraG's avatar
DagmaraG
Frequent Visitor
3 years ago
Solved

Waterfall with custom categories and SWITCH

Hi! Thanks for all the help in previous posts. I have one more issue that is bugging me 🙂    I need to create WATERFALL chart but MEASURE in Y axis need to show different measures based on Catego...
  • PiEye's avatar
    3 years ago

    Hi DagmaraG , I was able to get something to work by doing the following:

     

    3 Measures: Measure 1, Measure 2, Measure 3. Note that these are each DAX measure in the main table:

    Measure 1 = [Measure] +1
    Measure 2 = [Measure] +2
    Measure 3 = [Measure] +3

     

    I then created a parameter, in an unlinked table isolate, with the values 1,2,3 and corresponding switch statement. This returns expected results when tested in a straight table

     

    I can then add these values into a waterfall chart, and the results are as expected.

     

     

    What are you doing differently? Are the tables connected - they should not be connected. Perhaps if this does not work you can share a screenshot of the model?

     

    Pi

     

    PS, if you want even more flexibility around waterfall charts, I have a blog on how to create from bar chart: https://www.iheartdemography.com/post/hacking-a-waterfall-chart-in-powerbi