Low severitydata source
Power BI Refresh Error:
XmlSinkNotSupported
What does this error mean?
ADF does not support writing XML — XML is a source-only format in ADF copy activities.
Common causes
- 1The copy activity sink was configured to use an XML format dataset
- 2A dataset that was used as an XML source was accidentally assigned as the sink
How to fix it
- 1Change the copy activity sink to a supported writable format (JSON, CSV, Parquet, etc.).
- 2If XML output is required, use an ADF data flow with a custom transformation to generate XML, or use Azure Logic Apps / Functions to produce XML output.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-xml