Medium severitydata source
Power BI Refresh Error:
UserErrorUnsupportedAttributeType
What does this error mean?
ADF encountered a Dynamics 365/Dataverse attribute type not supported for read or write. Certain complex attribute types cannot be directly copied via the ADF Dynamics connector.
Common causes
- 1A column in the ADF dataset or copy activity mapping references a Dataverse attribute with a type not supported by ADF (e.g., file, image, multiselectpicklist in some versions)
- 2A new Dataverse attribute type was introduced after the version of ADF being used was released
How to fix it
- 1Identify the unsupported attribute from the error message and exclude it from the copy activity column mapping.
- 2For image or file attributes, use the Dataverse API directly or a Power Automate flow to handle these types.
- 3Check the ADF Dynamics connector documentation for the current list of supported Dataverse attribute types.
- 4Upgrade the ADF integration runtime to the latest version to gain support for newer Dataverse attribute types.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-dynamics-dataverse