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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
meddojeddo
Helper IV
Helper IV

Issue converting date to MMM-YY

I have a date column which I want to convert to MMM-YY format. I used this formula: 

 

= left(format(month([Date]),"mmmm"),3) & "-" & right(Year([Date]),2)
 
But for some reason, all the columns that are  January 2021 are being converted to Dec-21 and all the columns for all the months in 2020 are being converted to Jan-2020. There must be something wrong with the calculation, but I can't seem to figure out what it is. Any ideas?
1 ACCEPTED SOLUTION
harshnathani
Community Champion
Community Champion

HI @meddojeddo ,

 

You can try this.

 

YYYY-MON = FORMAT(Table[Date],"YYYY-MM")

 

else in Power Query create a custom Column

 

=Number.ToText(Date.Year([Date]))&"-"&Number.ToText(Date.Month([Date]))

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

 

View solution in original post

4 REPLIES 4
harshnathani
Community Champion
Community Champion

HI @meddojeddo ,

 

You can try this.

 

YYYY-MON = FORMAT(Table[Date],"YYYY-MM")

 

else in Power Query create a custom Column

 

=Number.ToText(Date.Year([Date]))&"-"&Number.ToText(Date.Month([Date]))

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

 

@harshnathani the issue I am having now though is that the created column is a string and sorts alphabetically rather than by date. It does not allow me to sort it by the date column because there is more than one date value for the same month. Is there a way I can have the date in this format without converting it to a string?

Hi @meddojeddo ,

 

Check if this helps.

 

https://community.powerbi.com/t5/Desktop/Year-Sort/m-p/1657973#M663431

 

You will need to create an index column which will enable you to sort the column.

 

Regards,

Harsh Nathani

Pragati11
Super User
Super User

Hi @meddojeddo ,

 

Try creating a column like this:

newCol = FORMAT(ClothingSales[Date],"mmm-yy")
 
Just use your column name in the above DAX.
 
Thanks,
Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
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.