MetricSign
EN|NLRequest Access
Medium severitydata source

Power BI Refresh Error:
DF-DELTA-InvalidConfiguration

What does this error mean?

The ADF Mapping Data Flow Delta Lake connector has an invalid configuration. Required properties — such as the ADLS Gen2 linked service, folder path, or compression codec — are missing or set to values incompatible with Delta Lake.

Common causes

  • 1The Delta Lake dataset folder path is empty or points to a path that does not contain a valid Delta transaction log (_delta_log directory)
  • 2The linked service uses a standard Blob Storage account instead of ADLS Gen2 — Delta Lake in ADF requires hierarchical namespace (ADLS Gen2) storage
  • 3The compression codec set in the Delta Lake sink is not supported by the target storage or the downstream reader

How to fix it

  1. 1Open the Delta Lake dataset in ADF Studio and verify the linked service points to an ADLS Gen2 account (hierarchical namespace enabled).
  2. 2Confirm the folder path field is set and points to the root folder of the Delta table — the _delta_log directory must exist here.
  3. 3If this is a new Delta table being created for the first time, verify the linked service identity has write permissions on the target container.
  4. 4Review the full error message in the ADF activity run output for the specific property that is invalid.

Frequently asked questions

Does this error affect all pipeline runs or just the current one?

Depends on the root cause. A persistent misconfiguration fails every run; a transient issue may resolve on retry. Check the run history.

Can this error appear in Azure Data Factory and Microsoft Fabric pipelines?

Yes — the same connector errors appear in both ADF and Fabric Data Factory pipelines.

How do I see the full error detail for an ADF pipeline failure?

In ADF Monitor, click the failed run, then the failed activity. The detail pane shows the error code, message, and sub-error codes.

Will downstream Power BI datasets be affected when an ADF pipeline fails?

Yes — a dataset refreshing after the pipeline will use stale data or fail if the target table was cleared. The Power BI refresh may succeed while serving wrong data.

Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide

Other data source errors