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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
amirabedhiafi
Impactful Individual
Impactful Individual

Change display of Date

I want dates to display in dd-mm-yy (e.g. 01-Jan-20) but this isn't one of the format options. How can I do this?

1. Change Windows Regional Settings

2. Use Tabular Editor

3. Open the data in excel, set it there and then re-import into Power BI

4. Use a custom format string in the Modelling view

 

What are the possible alternatives ?

 

Amira Bedhiafi
Full Stack Business Intelligence Consultant @Capgemini
1 ACCEPTED SOLUTION
Pragati11
Super User
Super User

Hi @amirabedhiafi ,

 

You can simply create a DAX calculated column something as below:

NewDate = FORMAT([yourDateColumn], "dd-mmm-yy")

 

The above will give you dates in format as 01-Jan-2020

 

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

View solution in original post

4 REPLIES 4
jaideepnema
Solution Sage
Solution Sage

Hi @amirabedhiafi ,

As per my understanding , changing regional settings and using a calculated column as @Pragati11  has suggested will work.

 

Please accept this as a solution if your question has been answered !!

Appreciate a Kudos 😀

Pragati11
Super User
Super User

Hi @amirabedhiafi ,

 

You can simply create a DAX calculated column something as below:

NewDate = FORMAT([yourDateColumn], "dd-mmm-yy")

 

The above will give you dates in format as 01-Jan-2020

 

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

I just looking for all possible solutions. So probably the 1, 2 & 4 options are correct?

Amira Bedhiafi
Full Stack Business Intelligence Consultant @Capgemini

Yes right.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.