Forum Discussion
dpombal
7 years agoPost Partisan
Scatter Chart Y axis end
I am having visual problems with scatter chart, I have 0 as start value for X , Y axis. However X,Y max values is empty since a priori I don't know the maximum value, when powerbi manages max v...
sarveshkalyan
3 years agoAdvocate I
Its late but this worked for me,
Axis End =
MAXX(
VALUES('Table'[Column]), Measure)
+ 1