Forum Discussion
adrien5555
10 years agoHelper II
OLE DB or ODBC error DISP_E_TYPEMISMATCH
Hi All, this error shows up when I try to refresh data. The data source is a local csv : Config: windows 10 thanks for helping :) Adrien
- 10 years ago
The type mismatch is probably happening because you're doing some conversion from the orginial data types - go into the query editor and remove any type conversions and see if that works.
Anonymous
7 years agoNot applicable
I also got this error because my Power BI file and my Windows version had different formats. Commas and points were other way round because of the difference between American and Eurpean formats.
I could fix it by going to Control Panel > Region > Formats > English (United States)
- Anonymous3 years agoNot applicable
This worked for me too, thanks!