Forum Discussion
Waterfall chart scale
Hello Anonymous !
So my price is actually the substruction of the end value (Actuals Current Year) from the start value (Actuals Last Y, Budget,...) and the volume is the same just usign the volume attribute instead of the sales ttribute
The calculation of last visual are actually wrong, but it gives the correct "shape" that I'm looking for, meaning that at the end of the volume bar I get also the end of the actuals'20 and not in my case where there is a gap between the end value and the price bar.
When I set the start of Y axis from 0, i get the following graph but I would like to have the 1 bar bigger compared to the rest of the bars. It's like it have a different scale eventhough I'm just showing one
I hope I managed to explain what I want,
Best Regards,
Mariem
Did you ever find a solution? I'm going through the same thing. I'd like the spacing of the Y-Axis to be much smaller, which can easily be done in Excel, so the breakdown categories aren't as extreme.
- Anonymous5 years agoNot applicable
No 😕 I didn't find anything that allows me to control that.
Not sure it's possible
- abhishekrws012 years agoHelper I
Hi - I had the same issue and solved it by creating a simple measure. It works fine. I did this:
WF_label = Starting point * (starting point/end point) - .1)
Changed the Y-Axis Range from auto to conditional formatting.
If I switch to auto, my starting and end points are in Billions, and the variances are in K or M.
I hope this helps.
Thanks