Forum Discussion
Line chart scroll aligned right
- 6 years ago
Hi FatBlackCat30 ,
You cannot change the default scroll setup.
Has a workaround you can decrease the size of the bars and the space between them so they are closer and have more information visible, increase the size of the visual or change the sorting order of the axis.
Hey MFelix , there is already an idea that needs more votes:
Microsoft Idea · Set default x axis scrolling position (powerbi.com)
Anyhow I fully agree with Clinical_Epi. It is really some kind of shame that this must be pushed via an idea and was not implemented from the very beginning. I use a text format (monthname-year) that is also common but not provided as a date format and so it is even not possible to reorder the x-axis because it is not an option for text formats...
Hi Frith ,
Thank you for the message I will vote in.
Concerning the second part of your message is possible to have a Montname-year by custom formatting:
Or adding a new column with:
FORMAT( Table[Date], "mmm-yyyy")
You also need to add a sort column using the following code:
FORMAT(Table[Date], "yyyymm")
Now the values will be correct on your chart.