Forum Discussion
Divya904
8 years agoHelper III
Remove timestamp from date
Hi Experts, I have created a date calendar using DAX as below: Date = GENERATE ( CALENDARAUTO(), VAR currentDay = [Date] VAR day = DAY( currentDay ) VAR month = MONTH ( currentDay ) VAR ye...
Phil_Seamark
8 years agoMicrosoft Employee
I'm not sure sorry. It's interesting that it works fine for me. It suggests a setting in your Power BI Tenant such as region, or locale
Divya904
8 years agoHelper III
I know, date formats works differenctly in different machines. This is because of Power BI desktop regional settings and Browers settings for Power BI web service
I have set,
Power BI desktop , regional settings to English Australia
Web service setting is default Browser setting, which is English UK
System language and Locale setting is English Australia
Thanks.