Forum Discussion
Anonymous
5 years agoNot applicable
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 ...
- 5 years ago
Your only option is to either reduce the column size and padding, or increase the size of the report canvas.
Br,
J - 5 years ago
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/
amitchandak
5 years agoSuper 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/
Anonymous
5 years agoNot applicable
Thanks tex628 and amitchandak