Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
DataSource.Error: Microsoft Informix Client: Date could not be converted to month/day/year format SQLSTATE=IX000 SQLCODE=-1210 Detalles: DataSourceKind=Informix DataSourcePath=10.11.0.311:9089;pbase Message=Date could not be converted to month/day/year format SQLSTATE=IX000 SQLCODE=-1210 ErrorCode=0
I changed the regional settings to Englist(United Kingdom) and (United States) but the problem persit.
In both tables de column date have the format mm/dd/yyyy.
Solved! Go to Solution.
Hi @arolhaiser ,
Try to go into Power Query Editor.
1.Change the error field data type to text format.
2.Right click the Date2 column, select Using Locale.
3.The data type is changed to date format, and the local selection is the same as the text format.
4.After click OK, the results is as follows.
https://www.myonlinetraininghub.com/change-type-using-locale-with-power-query
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @arolhaiser ,
Try to go into Power Query Editor.
1.Change the error field data type to text format.
2.Right click the Date2 column, select Using Locale.
3.The data type is changed to date format, and the local selection is the same as the text format.
4.After click OK, the results is as follows.
https://www.myonlinetraininghub.com/change-type-using-locale-with-power-query
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.