Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
NewbieJono
Post Partisan
Post Partisan

Short Month Name

Hello i have a calendar table with short month names such as Apr, May, Jun etc. 

 

is there a method to have A, M, J etc instead and ensure the order stays correct.

 

issue I can see is there is a J for June and a J for July

 

Capture.PNG

1 ACCEPTED SOLUTION
MNedix
Solution Sage
Solution Sage

Hi,

Sure there is. You can do this 1. in your Date table or 2. with an additional mini-table

1. In your Date table you should have at least one additional column where you get the 1st letter of the month. You can do this with the below:

Month Letter:= LEFT([Month], 1)

The above assumes you have a column called Month, wher eall the months are listed. You should also have another column which can be ordered as you want. For example [YearMonth] - 202401, 202402, 202403 and so on.

Then, in your report you add the Month Letter instead of Month, add the YearMonth to the Filter sectiona and then sort it by YearMonth

 

2. You create a mini-table with 3 columns: one for Month name, one for Month letter and one for Month order and fill them in accordingly. You then create a relationship between this table and your Date table, and then do the same actions as above with adding the Month letter etc...



If the post helped then please give it a Kudos and mark it as the solution so others can see it.
Cheers,

View solution in original post

3 REPLIES 3
MNedix
Solution Sage
Solution Sage

Hi,

Sure there is. You can do this 1. in your Date table or 2. with an additional mini-table

1. In your Date table you should have at least one additional column where you get the 1st letter of the month. You can do this with the below:

Month Letter:= LEFT([Month], 1)

The above assumes you have a column called Month, wher eall the months are listed. You should also have another column which can be ordered as you want. For example [YearMonth] - 202401, 202402, 202403 and so on.

Then, in your report you add the Month Letter instead of Month, add the YearMonth to the Filter sectiona and then sort it by YearMonth

 

2. You create a mini-table with 3 columns: one for Month name, one for Month letter and one for Month order and fill them in accordingly. You then create a relationship between this table and your Date table, and then do the same actions as above with adding the Month letter etc...



If the post helped then please give it a Kudos and mark it as the solution so others can see it.
Cheers,
Khushidesai0109
Super User
Super User

Hii
first for dates use 
Month number = month(Date(Date))
As shown below

1.png


Then click on month and then sort it by Month Number as shown below

2.png








If this helped you out please thumbs up and accept it as solution!!

Proud to be a Super User!!
lukiz84
Memorable Member
Memorable Member

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.