Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
This is my x-axis, with some of the months cut off because it's too long.
Is there any way to change the format to a month/year format like "Jan 23"?
Or are we bound to the formats listed in PBI?
Thank you!
Solved! Go to Solution.
You can format the date a ton of different ways by creating a new column. This should give you what you want.
Date Format =
FORMAT ( 'Date'[Date], "mmm" ) & " " & FORMAT ( 'Date'[Date], "yy" )
You can format the date a ton of different ways by creating a new column. This should give you what you want.
Date Format =
FORMAT ( 'Date'[Date], "mmm" ) & " " & FORMAT ( 'Date'[Date], "yy" )
Hey Syk,
How do I get the dates to ascend in order?
There are different options to sort. If you select the chart and select the "..." in the top right, you can sort on different fields/values. You may also need to order your new column by your date column to ensure it's getting the correct order. Select your column and the column tools should pop up allowing you to sort your new column.
Sorry, I should've been more specific.
When I try to order the new column by Date I get this message:
I'm only given 2 options to sort the axis itself. This is one:
And this is the other:
Try ordering it by your month-year sort column.
I did not get a error but it's still out of wack.
Your year month sort column is sorted alphabetically. You need a Year Month Code to properly sort.
Year Month Code = FORMAT('Date'[Date],"YYYYMM")
Then sort your columns by this and you should be good to go.
You are going straight to heaven!
Thank you kindly
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |