Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
CDEC
New Member

XML connection error

Hi all, 

 

I keep running in to a refresh error for my XML file. Background: A user accidentally changed the authentication token in our data source to which the XML file is connected to. the token was changed back to the original, but since then, when the table refreshes automatically, we encounter this error code: 

DataFormat.Error: Xml processing failed. Either the input is invalid or it isn't supported. (Internal error: Reference to undeclared entity 'nbsp'. Line 4, position 23.). . The exception was raised by the IDbCommand interface. 

Things that temporarily fixes it was to create a new parameter with the authtoken and then reference the xml file via dax to the new parameter it worked for about 24h, but when the next scheduled refresh came through, it failed again. always the same error code. 

 

Thanks in advance, 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @CDEC ,

Regarding your question, could you please review your XML file: Line 4, position 23.

Replace 'nbsp' in the file with '&#160'.

Related content can be found in the following articles.

.net - Reference to undeclared entity 'nbsp' while reading xml from URL in c#? - Stack Overflow

 

Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @CDEC ,

Regarding your question, could you please review your XML file: Line 4, position 23.

Replace 'nbsp' in the file with '&#160'.

Related content can be found in the following articles.

.net - Reference to undeclared entity 'nbsp' while reading xml from URL in c#? - Stack Overflow

 

Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors