Forum Discussion

jaryszek's avatar
jaryszek
Super User
1 year ago
Solved

Changing Dim_date from regional settings to us

Hi Guys, I have created Dim_date table (which is imported to power bi) in this format: but power bi is converting "Date" column automatically to my regional settings which is polish.....
  • ronrsnfld's avatar
    ronrsnfld
    1 year ago

    That PQ function does not convert a date in a column from one type to another. (It exists to allow PQ to properly interpret a date that is presented in a format different from your local computer settings).

     

    If you do not want to add a new column, but you still want to see dates (as actual dates and not as text representations), another option is to change your Windows Regional Settings to reflect the desired locale (US-English in this case).

     

    You may also be able to change the locale of the file in Power BI options, but I have not tested that method.