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! Learn more

Reply
Anonymous
Not applicable

DD/MM

Is there a way to set a Display format of a date column to DD/MM.

converting to text is not realy an option, I can't sort the column by the date due to multiple entries ....

6 REPLIES 6
Greg_Deckler
Community Champion
Community Champion

I count about 80 date/time formats but that's not one of them.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

I know.

In europe we always are placing days before months, and in visuals with a lot of data we can often skip the year.

This makes us gain quite some space.

 

Frustrating !

Hi @Anonymous,

 

In your scenario, you want to format date values to a specific format as "DD/MM". Right?

 

To achieve your requirement, you can create a calculated column and try Format() function. Please refer:

 

Column = FORMAT('Calendar table'[Date],"DD/MM")

4.PNG

 

Hope it works for you.

 

Thanks,
Xi Jin.

@v-xjiin-msft- Except that converts it to text, which he doesn't want to do. Sounds like he wants to keep it as a date but have it display DD/MM. It's the same issue people have with Duration, sure you can convert it to text and display it HH:MM: SS but they want it as a number that can be graphed but have it displayed that way.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Completelly true ....

Can't get it that in such a international world 80% of the formats are only US formats.

Don't know what Asia is doing but Europe and Afrika are dd/mm/yyyy adicts instead of mm/dd

Hi @Anonymous,

 

Generally, we just use YYYY-MM-DD as date format.

 

So, you want the DD/MM still be date format. However, as I know in date formats there only exists something like "MMMM/D" (March 14) which obviously doesn't satisfy your requirement. Thereby I'm afraid your requirement cannot be achieved in current Power BI desktop.

 

Thanks,
Xi Jin.

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