Non existent error in Append query

Paul_Christie

New member
Joined
Mar 23, 2016
Messages
153
Reaction score
0
Points
0
Location
Nottingham, UK
Website
www.instantpages.ltd.uk
Excel Version(s)
Office 365 Monthly update
I've created an append query that looks like this

Append.JPG

in the query pane. Since I'm using similar syntax and data elsewhere without getting the '49 errors' text I click on the text to take a closer look and I get this

PQ.jpg

which seems to say there aren't any errors in the errors table. The query returns the 49 rows of data without any sign of any errors so what's happening and how do I get rid of the '49 errors' text that seems itself erroneous.

Regards
Paul
 
In general this happens when there are no errors in the query, but errors occur when the query results are loaded into the data model.

Examples:

  • unique key values in Power Query (case sensitive), that are not unique when loading (case insensitive),
  • numbers with fractions in a column with data type Int64.Type (Whole Number),
  • etcetera.
 
Not by definition, but maybe in this specific context. You could try (in a copy) and filter out nulls to see f that removes the errors.
 
Back
Top