Forum Discussion
Anonymous
2 years agoNot applicable
Type Mismatch Error
Hey I've got an error with very little help from the error report: Last refresh failed: 13/10/2023, 10:45:54 am There was an error when processing the data in the dataset. Data source erro...
oscarrudnas
2 years agoRegular Visitor
The issue might be related to having a datetime / timestamp with timezones:
"2023-08-10 14:07:18.000 UTC" is possible on Power BI Desktop, but it seems to convert that to datetime "2023-08-10 14:07:18" in the desktop app, and it apparently can't do that in Power BI Service.
So removing the timezone from the source or maybe possible with Power Query might help (haven't tried that, since I could change in the source).
Hope that helps someone.