Medium severitydata source
Power BI Refresh Error:
DF-SQLDW-InvalidConfiguration
What does this error mean?
A setting in the Synapse Analytics (SQL DW) connector or its dataset is invalid.
Common causes
- 1A required field in the Synapse dataset (table name, schema) is blank or contains an invalid value
- 2The copy method is set to an incompatible option for the Synapse tier (e.g. PolyBase is selected but the workspace is serverless)
- 3A data flow sink setting that requires a specific Synapse configuration is missing
- 4The Synapse linked service connection string contains an invalid parameter
How to fix it
- 1In ADF Monitor, read the full error message from the failed activity — it identifies which configuration setting is invalid.
- 2In ADF Studio, open the Synapse linked service and click Test connection — if it fails, the linked service itself is the problem.
- 3Open the Synapse dataset and verify the table name and schema are filled in correctly.
- 4Check the Sink Settings in the data flow for the copy method (PolyBase, COPY command, or Bulk insert) — switch to 'Auto' or 'COPY command' if unsure.
- 5Verify the Synapse pool type — serverless SQL pools do not support PolyBase; use COPY command instead.
- 6Re-save the linked service and dataset and retry the pipeline.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide