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...
Anonymous
5 years agoNot applicable
No ๐ I didn't find anything that allows me to control that.
Not sure it's possible
abhishekrws01
2 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