Forum Discussion

alpa271064's avatar
alpa271064
New Member
2 years ago
Solved

Waterfall Chart from Measures with differences

Hello.   I am trying to build a chart like this one:  I have 4 Measures to calculare the 100%, 95,4%, 44,7% and 32,7%. I have created a new table with the names of my measures and build an me...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi alpa271064 ,

     

    Thanks for the reply from rajendraongole1 , please allow me to provide another insight: 

     

    You can try Hierarchical Bar Chart.

     

     

     

    Based on your description, I created the measures and put the appropriate fields into the visual object.

    Measure =
    SWITCH(SELECTEDVALUE(financials[Discount Band]),
    "None", [Measure 1],
    "Low", [Measure 2],
    "Medium", [Measure 3],
    "High", [Measure 4])

     

    It's worth noting that the percentages in the circles show the percentage change in the two data.

     

    If your Current Period does not refer to this, please clarify in a follow-up reply.

     

    Best Regards,

    Clara Gong

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