Forum Discussion
Skemaz
8 years agoAdvocate II
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...
- 8 years ago
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
v-caliao-msft
8 years agoMicrosoft Employee
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
Skemaz
8 years agoAdvocate II
Many thanks. Problem solved :-)