Low severitydata source
Power BI Refresh Error:
UserErrorNoDestinationForColumn
What does this error mean?
An Azure Data Factory copy activity has a column mapping where one or more source columns have no corresponding destination column.
Common causes
- 1An explicit column mapping in the copy activity leaves one or more source columns without a target mapping
- 2The source schema was updated after explicit mappings were saved, and the new column has no mapping
- 3Auto-mapping was manually overridden and the override is incomplete
How to fix it
- 1Open the copy activity's Mapping tab and review all source-to-sink column mappings.
- 2Either add a destination mapping for each unmapped source column, or remove the explicit mapping to revert to auto-mapping.
- 3If the unmapped column is intentionally excluded, check whether auto-mapping was overridden unintentionally.
- 4Click 'Import schemas' to refresh the mapping from the current source and sink schemas.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide