Forum Discussion
Column chart visual without scrollbar
Hi All,
I have a column chart visual in which I want to show all the data points without the need to scroll. Is that possible?
Please see the attached screenshot for detail.
Thank you.
Your only option is to either reduce the column size and padding, or increase the size of the report canvas.
Br,
JAnonymous , You can reduce the width of the bar.
You can put the top N filter and reduce the no of data points
or try pagination like
https://www.fourmoo.com/2017/10/31/power-bi-how-to-do-pagination-in-power-bi-reports/
3 Replies
- tex628Community Champion
Your only option is to either reduce the column size and padding, or increase the size of the report canvas.
Br,
J - amitchandakSuper User
Anonymous , You can reduce the width of the bar.
You can put the top N filter and reduce the no of data points
or try pagination like
https://www.fourmoo.com/2017/10/31/power-bi-how-to-do-pagination-in-power-bi-reports/
- AnonymousNot applicable
Thanks tex628 and amitchandak