Medium severitydata source
Power BI Refresh Error:
XmlValueColumnNameConflict
What does this error mean?
The column name ADF uses for XML text node values conflicts with an attribute or child element name in the same XML element.
Common causes
- 1An XML element has both a text value and an attribute or child element whose name matches the default ADF value column name (_value)
- 2The XML namespace configuration in the ADF dataset creates a column name collision with the value node
How to fix it
- 1Configure the "Value column name" setting in the XML source dataset to change the default "_value" column name to a non-conflicting name.
- 2Alternatively, restructure the XML source to avoid having text nodes and attributes with the same name.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-xml