Forum Discussion
keithpoplar
9 years agoFrequent Visitor
Power BI Desktop Date conversion error in French environment
I have a report with date range as filters that works fine in the English environment. But it is causing an error in the French environment when the date filter is applied. With SQL Profiler, I...
v-huizhn-msft
Microsoft Employee
9 years agoHi keithpoplar,
First, in your french environment, restart your Power Bi desktop->files->Options and settings->Regional Settings->select your local based on your french environment as follows.
Second, when you get data from SQL Server, edit the query navigator, right click the date column->Change type-> Using local->Ok as follows, you will get expected date format.
More details, please review this article for further analysis.
Best Regards,
Angelia
keithpoplar
9 years agoFrequent Visitor
Thank you very much for the reply. I tried these settings. It only changes the data format displayed in Power BI. But it doesn't change the date format in the query that was sent to SQL server when I apply a filter in Power BI desktop.