Medium severitydata source
Power BI Refresh Error:
SqlInvalidColumnName
What does this error mean?
The ADF copy activity references a SQL column that does not exist in the source or destination table schema.
Common causes
- 1A column name in the copy activity mapping does not match the actual column name in the SQL table
- 2The SQL table schema was changed (column renamed or dropped) after the ADF dataset was configured
- 3A case-sensitivity mismatch between the configured column name and the database collation
How to fix it
- 1Open the copy activity column mapping and compare the configured names with the current SQL table schema.
- 2Click "Import schema" on the ADF dataset to refresh the column list from the live database.
- 3Update or remove any column mappings that reference non-existent columns.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-synapse-sql