Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
shelbsassy
Resolver I
Resolver I

0x80040E4E Error - OLE DB or ODBC error Type mismatch error on data that has previously loaded ok

I am getting this error when I try to load my dashboard that I have been loading for the past year with no problems but all of a sudden I get this error.  The only thing I did differently this time was I had to import it into Excel from a CSV file because it was 270k rows and it wouldnt load more than 80k from a tab delimited file.  Can anyone tell me what I can do to resolve this error message?  This dashboard is critical and I have been researching and troubleshoting but have not been able to find any solutions.  Thank you for your help.

1 ACCEPTED SOLUTION

@shelbsassy,

 

It seems that some of the values can not be converted to decimal. Add a calculated column to have a check.

Column =
ISERROR ( VALUE ( Table1[Column1] ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
shelbsassy
Resolver I
Resolver I

I went into the query editor and removed the changed type and that eliminated that error for now but now I am getting the error The function SUM cannot work with vaues of type String.  ????

@shelbsassy,

 

It seems that some of the values can not be converted to decimal. Add a calculated column to have a check.

Column =
ISERROR ( VALUE ( Table1[Column1] ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.