Medium severityconfiguration
Power BI Refresh Error:
SkipInvalidFileNameNotSupportedForNonDirectBinaryCopy
What does this error mean?
The fault tolerance option to skip files with invalid names is only available for direct binary copy between file-based stores.
Common causes
- 1Skip invalid filename 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
- 1Open the copy activity Settings tab and disable the 'Skip invalid file names' fault tolerance option.
- 2To use this setting, switch both datasets to Binary format and remove schema mappings — that qualifies the copy as direct binary mode.
- 3If format conversion is required, rename the problematic source files to use valid characters before the copy, or filter them using Get Metadata + Filter activities.
- 4Files with invalid names (characters not allowed by the destination file system) cause deterministic failures — renaming them upstream is the correct long-term fix.
- 5Validate the configuration after removing the incompatible setting.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide