Medium severitydata source
Power BI Refresh Error:
ParquetColumnNotFound
What does this error mean?
A column referenced in the ADF copy activity mapping does not exist in the source Parquet file.
Common causes
- 1The column name in the ADF dataset schema is misspelled or has a different casing than the column name in the Parquet file
- 2The Parquet file schema changed after the ADF dataset was configured
- 3The Parquet file was generated by a different process that omits certain columns under certain conditions
How to fix it
- 1Refresh the ADF dataset schema by clicking "Import schema" to re-read the Parquet file structure.
- 2Update the column mapping in the copy activity to match the actual column names in the Parquet file.
- 3Use schema drift in ADF data flows to handle Parquet files with variable column sets.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-parquet