Medium severityconfiguration
Power BI Refresh Error:
QueryMissingFormatSettingsInDataset
What does this error mean?
The dataset used in the copy activity is missing required format settings. The dataset schema or format configuration must be specified before a query can be executed.
Common causes
- 1Query missing format settings in dataset
- 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 dataset in ADF Studio and check that a file format is selected — the dataset must have a format type (Delimited text, JSON, Parquet, ORC, Avro, etc.) configured before a query can be run against it.
- 2If the dataset was created as a 'Binary' dataset for file copy without transformation, switch to the appropriate format type that matches the source file — Binary datasets do not support schema-based queries.
- 3Go to dataset's 'Schema' tab and import or manually define the column schema — a dataset with no schema definition cannot be queried with column references.
- 4Check whether the copy activity source settings reference a query or column filter — if so, the dataset must have an explicit format and schema defined, not a linked service and container path.
- 5Validate the dataset configuration using the 'Validate' button in ADF Studio before re-running the pipeline.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide