Forum Discussion
F_Reh
Post Patron
2 years agoColumns 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
Super User
2 years agoF_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 ago
Post Patron
Thanks amitchandak .