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
d_sandip59
Helper I
Helper I

The date format is changed at drop down automatically?

Hi,

In my source the date format is in dd/MM/YYYY format, but when I drag the field at dropdown it is converted to long date date format like this:

Date Filter.PNG

but I nned o show the date for like the source. SO how can I stop this?

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @d_sandip59

To get the date formate as dd/MM/YYYY format, please write a formula in a calculated column

Column = FORMAT([date],"dd/mm/yyyy")

6.png

But this is a text type column, when you add it to a visual, to make it display as the date column order, you need to sort the [Column] by [date] column.

Reference:

sort column in power bi desktop

sort column by another column

 

Best Regards

Maggie

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @d_sandip59

To get the date formate as dd/MM/YYYY format, please write a formula in a calculated column

Column = FORMAT([date],"dd/mm/yyyy")

6.png

But this is a text type column, when you add it to a visual, to make it display as the date column order, you need to sort the [Column] by [date] column.

Reference:

sort column in power bi desktop

sort column by another column

 

Best Regards

Maggie

MFelix
Super User
Super User

Hi @d_sandip59,

 

Choose the column you want and then on the modelling tab change the format of the date, by default it assumes the long date format.

 

Maybe you have to remake your slicer but changing this should work as need.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi,

There is no format available for mm/dd/yyyy format in modelling. So what should I do now?

 

Date Modelling.PNG

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.