Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have searched the site and have found a few matches, but they are old and do not correspond to my PBI version. So here I am, asking a very simple question: how can I compress the x-axis, so I get a full months worth of data in the line chart visual without the scroll bar below? I do not have the option to put a zoom slider on the x-axis (only y) and I cannot change the minimum category width. It should be so simple, yet I have spent quite some time researching and experimenting. Any help would be greatly appreciated.
Solved! Go to Solution.
The cause is a bit hard to find without seeing your data model.
Could you post the data view of your table?
It looks like the issue is that the column that you are using for the "X-Axis" in the line chart is not a date column.
You need something like this:
2024/06/01
2024/06/02
...
formatted as "date type".
It looks like your column consists of the days of June ("1","2",...) so Power BI cannot know that it is a date. It will then just write them out in the visual without a way to group them together. It is the same as if you make a visual with "a", "b", "c" as values for the x-axis.
But it would be easier to diagnose when we could see your data model. You can blur the sensitive parts.
Please check that your date column is of data type "date" and not "text".
The cause is a bit hard to find without seeing your data model.
Could you post the data view of your table?
It looks like the issue is that the column that you are using for the "X-Axis" in the line chart is not a date column.
You need something like this:
2024/06/01
2024/06/02
...
formatted as "date type".
It looks like your column consists of the days of June ("1","2",...) so Power BI cannot know that it is a date. It will then just write them out in the visual without a way to group them together. It is the same as if you make a visual with "a", "b", "c" as values for the x-axis.
But it would be easier to diagnose when we could see your data model. You can blur the sensitive parts.
Please check that your date column is of data type "date" and not "text".
Thank you for responding. My data table is very simple. Even if I add the date (from date table) instead of the day, I cannot adapt the x-axis. The days on the axis are more reader-friendly than the dates, but I can work with the dates if it allows me to compress the x-axis. My data model is as shown below, where DateInvoiced is linked to my date table.
Please let me know if you need any further details.
Hello again. I actually solved it by replacing day with date and then add a minimum and maximum to the range, which is an option I did not have before. Thank you again.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 50 | |
| 46 | |
| 41 | |
| 39 |