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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Jackie003
Frequent Visitor

Format 31.01.2023 as text on Date format

Hello, I have a problem. 

I have in my column such a value: 31.01.2023 (as text)

I want to receive datatype "31/01/2023". When I use locale (united kingdom) I always receive 01/31/2023 but it's not correct.

Do you have any ideas how to recieve "31/01/2023" datatype? 

2 ACCEPTED SOLUTIONS
HotChilli
Super User
Super User

What is your location and regional settings?

It looks like you can just change the datatype to date or parse it as a date (from the ribbon on the Transform menu -> Date section)  but I suspect it's a little more complicated than that otherwise you would have tried it.

 

View solution in original post

Jackie003
Frequent Visitor

I solved the issue. I set in my personal settings UK type. Thanks a lot!

View solution in original post

3 REPLIES 3
pradeep_kare12
Resolver I
Resolver I

Load your data into power query, after that select the column containing the date values you want to convert. Go to the transform tab and click on replace value and in the replace values dailbox in the value to find field, enter "." and in the replace with field, enter "/" and make sure to check the replace current selection only option and click ok button to replace all periods with slashes in the selected column. Now that you have the date values in dd/mm/yyyy format, and now you can change the data type to a date.

Jackie003
Frequent Visitor

I solved the issue. I set in my personal settings UK type. Thanks a lot!

HotChilli
Super User
Super User

What is your location and regional settings?

It looks like you can just change the datatype to date or parse it as a date (from the ribbon on the Transform menu -> Date section)  but I suspect it's a little more complicated than that otherwise you would have tried it.

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors