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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Root element is missing | Reading XML from REST API

Hi.

 

I have a really simple request towards an API but I can't seem to get data on the screen. As you can see the root element is not at the start of the response I get from SoapUI:

 

 

 

<data contentType="application/xml; charset=utf-8" contentLength="86027"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<eExact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="eExact-XML.xsd">
<Projects>
......
</Project>
<Messages />
</eExact>]]></data>

 

 

 

 Using PowerBI:

 

 

 

= let
url = "...."
options = "...."
Source = Xml.Document(Web.Contents(url,options))
in
Source

 

 

 

 This results in an error:

 

 

 

DataFormat.Error: De verwerking van het xml-item is mislukt. De invoer is ongeldig of de bewerking wordt niet ondersteund. (Interne fout: Root element is missing.)
Details:
    [Binary]

 

 

 

 

Any help is appreciated. Thank you very much!

 

Kind regards,

 

Anouar

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

First check if you could connect to xml api with Web connector or XML connector in Power BI.

You could also use Postman to test your xml web service.

https://www.krengeltech.com/2017/05/tutorial-using-postman-to-test-xml-web-services/

 

There is an article regarding calling soap xml service in Power bi.

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Anonymous
Not applicable

Any help is appreciated. Thank you very much! 🙏

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors