Forum Discussion
Line and clustered column chart have same Y axis scale
Hi all,
I have two set of data as example data A and B. A is the current performance mark of student and B is the mark target.
A have mark range from 1-30 and B have fix mark which is 2 ....how can I make the Y axis scale for B same like Y axis A?
Below picture is what I try in Power BI. I do adjust the Y axis setting start from 0 to 30..but no luck. Anyone can help?
Hi Anonymous
You can use 'Align zeros' option.
4 Replies
- coskuersanli
Resolver III
Hi Anonymous
You can use 'Align zeros' option.
- AnonymousNot applicable
This also a great solution!
- amitchandak
Super User
Anonymous , One option is - switch off secondary axis
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-combo-chart
Another one is to create measures for start and end. And use that in the start and end of both y -axis
- AnonymousNot applicable
Thanks amitchandak !