Medium severityconfiguration
Power BI Refresh Error:
DataConsistencyValidationNotSupportedForNonDirectBinaryCopy
What does this error mean?
The data consistency validation feature is only available when copying files in binary format directly between storage accounts. It cannot be used when applying transformations or format conversions.
Common causes
- 1Data consistency validation not supported for non-direct binary copy
- 2Integration runtime configuration is incorrect or outdated
- 3Authentication credentials or permissions are insufficient
- 4The feature or setting is not supported for the selected connector or copy mode
How to fix it
- 1In the copy activity, go to the Settings tab, and turn off 'Enable data consistency validation' — this feature is only supported for direct binary copy (file-to-file without format conversion).
- 2If format conversion is needed (e.g., CSV to Parquet), data consistency validation cannot be used — disable the setting and implement a post-copy validation step using a separate Script or Lookup activity if needed.
- 3To qualify as direct binary copy, both source and sink must be file-based storage (Blob, ADLS, S3, etc.) and the dataset must use Binary format with no schema mapping in the copy activity.
- 4If binary copy with validation is the goal, change the source and sink datasets to Binary format and remove any column mappings from the copy activity.
- 5Validate the configuration change using the 'Validate' button in ADF Studio before re-running.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide