Forum Discussion
Anonymous
5 years agoNot applicable
Waterfall chart scale
Hello ! I have made the following waterfall charts and I have added as an exemple one measure, using the following blog for that https://businessintelligist.com/2020/06/12/power-bi-dax-how-to...
jordancole0517
Helper I
5 years agoDid 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.
Anonymous
5 years agoNot applicable
No 😕 I didn't find anything that allows me to control that.
Not sure it's possible
- abhishekrws012 years ago
Helper 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