Forum Discussion

AlexHolmeset's avatar
AlexHolmeset
Helper III
8 years ago
Solved

Change date format?

SQL store the dates as yyyy-dd-mm(collumn is string and not datetime): 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): ...
  • AlexHolmeset's avatar
    AlexHolmeset
    8 years ago

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

     

    now its working as it should :-D