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
AlexHolmeset
Helper III
Helper III

Change date format?

SQL store the dates as yyyy-dd-mm(collumn is string and not datetime):
image.png

Power BI shows the date as mm-dd-yyyy(i have for testing coppied the data to excell and set the collumn as date format):
image.png

 

My regional settings is set to Norwegian/European. So the date should be dd-mm-yyyy, but when creating charts Power BI reads it as mm-dd-yyyy. 

Any idea how i can fix this in Power BI? Or do i have to go back to SQL and get it in the correct format there?  I had some problems when inputting the data in SQL as datetime and not varchar.

1 ACCEPTED SOLUTION

I set this on top in my insert sql query:
SET DATEFORMAT dmy;

 

now its working as it should 😄

View solution in original post

6 REPLIES 6

You should be able to set this in the modelling ribbon, date format 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

like this? It still reads as mm-dd-yyyy.

image.pngimage.png

Anonymous
Not applicable

You could change the locale in option.

 

Go to options and regional settings and select your choice.

 

If it still doesnt work after you have changed the format in modelling tab, do an explict conversion in SQL e.g (CONVERT(Varchar, Date, 102).

 

Regards

Yomi

Thanks for the replies.  Change region to english(united states) but still the same. 
Il take a look at converting in SQL.

@AlexHolmeset

 

Could you try to re add the slicer or date column to your visualisation after changing your local settings 🙂

 

Alex.

I set this on top in my insert sql query:
SET DATEFORMAT dmy;

 

now its working as it should 😄

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.