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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Custom Date Format

Hi,

 

I am trying to format a date column as MMM YYYY. I see that there is MMMM YYYY, but this takes up a lot of space on the x-axis of my charts. Is there a way to plug in the custom format of MMM YYYY?

 

Thanks!

 

 

Date Format.png

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

There's no such built-in format. So you may use dax function to construct such format using FORMAT(<value>, <format_string>), CONCATENATEX(<table>, <expression>, [delimiter]) and other string implementation functions.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@v-yuta-msft , I tried using a format function, but in doing so, it changes the column to a text format rather than date, which I don't want because then it doesn't sort properly.

@Anonymous ,

 

Actually the format will be changed to text when you use format() or concatenatex(), I would suggest you to submit your idea here to help power bi add more types.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors