Forum Discussion
F_Reh
2 years agoPost Patron
Columns within Stacked Column Chart appearing too slim
Hello, I have a Stacked Column Chart which shows as follows (when no Slicer selection is made): I can enable the Data label(s) to display the total for each Month Bar, and the indivi...
amitchandak
2 years agoSuper User
F_Reh , Hope those three dots are not for some line used.
You can use Measure in min and Max of Axis
Min Axis = Minx(Values(Date[Month Year]), [Your measure]) *.9
Max Axis = Maxx(Values(Date[Month Year]), [Your measure]) *.1.1
Use it Min/max of axis using fx
- F_Reh2 years agoPost Patron
Thanks amitchandak .