Forum Discussion
Date format - Desktop vs. Service
In Power BI Desktop, it takes the date format of local machine.
However, I can't reproduce your issue. When I publish a report with "d/MM/yyyy" date format onto Power BI Service, it will keeps same format.
Can you republish your .pbix again to see if it works properlly?
Regards,
- saunders9 years agoHelper II
Hi Simon, thanks for your reply. I've investigated this more and it seems that, when there is a live connection to Analysis Services or when there is DirectQuery connection to SQL Server, PowerBI displays the US format, not the local format.
Is there anyone else who is experiencing this?
Thanks!
Analysis Service - Import (correct)
Analysis Service - Live Connection (incorrect)
SQL Server - DirectQuery (incorrect)
- irmat9 years agoAdvocate II
Hi,
I had the same issue by using SSAS. I noticed that in SSAS the data on the data format on the date column was set to either General or short date. Setting the data format to dd/MM/yyyy fixed the issue.
Hope this helps.
- saunders9 years agoHelper II
Hey, thanks for the note, that fixed it.