Forum Discussion

Skemaz's avatar
Skemaz
Advocate II
8 years ago
Solved

Problem with Regional Settings

Hi If you check out the 2 screenshots below, the one at the top is what I see in www.powerbi.com and the one below that is what I see in the Desktop Power BI. So when in the Desktop, I see 3/09/201...
  • v-caliao-msft's avatar
    v-caliao-msft
    8 years ago

    Skemaz,

     

    Please format your date by using the DAX.
    Column 2 = FORMAT(Sheet1[Date],"D/MM/YYYY")

    And then publish it to Power BI services to check if the date format change or not.

     

    Regards,

    Charlie Liao