Power Query is case sensitive, so if the column header is "Entity" or contains an invisible char, e.g. a blank "ENTITY ", you'll get this error.
Add the related steps after the source step to resolve this issue. (e.g. demote headers, transpose the table, convert the first column to uppercase etc., transpose the table, promote headers).
Andreas.