Forum Discussion
Anonymous
3 years agoNot applicable
Dynamically scale y-axis
I am having a hard time getting the auto min/max to scale properly for my box and whisker visual. It seems to always smush the visual. I can specify a min/max for the axis but then it has to be chang...
amitchandak
Super User
3 years agoAnonymous , In case it allows Measure(FX symbol) in Y axis min/max
Minx(Values(Table[Column]),[Measure]) *.9
max value
Minx(Values(Table[Column]),[Measure]) *1.1
column is the grouping field