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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
efilipe
Helper IV
Helper IV

Import XML from FetchRSS

Hi guys,

 

I'm trying to make a POC using FetchRSS website.

 

I'm adding pages to read the RSS and, for each, it gives me an URL with a XML file, like:

 

http://fetchrss.com/rss/5df10eed8a93f812478ba93f878438b4567.xml

 

This is to read a profile from Instagram.

 

I want to extract more than one XML (read more profiles) and join all in a big transformation in PowerBI, once.

 

It has has the same structure, but I might add or remove something for time to time.

 

Any ideas?

 

Thanks!

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @efilipe ,

 

First of all, we need to create a table to store all the URL of xml, we can also get them from SQL or Excel.

 

29.jpg

Then we can add a custom column to get content from all the URL.

 

Xml.Document(Web.Contents([XML_URL]))

 

30.jpg

 

Finally we can expand the content of this new column to get what we want.

31.jpg32.jpg33.jpg34.jpg

 

Sorry for that we cannot share all the quiers.


Best regards,

 

Community Support Team _ Dong Li
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

2 REPLIES 2
v-lid-msft
Community Support
Community Support

Hi @efilipe ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lid-msft
Community Support
Community Support

Hi @efilipe ,

 

First of all, we need to create a table to store all the URL of xml, we can also get them from SQL or Excel.

 

29.jpg

Then we can add a custom column to get content from all the URL.

 

Xml.Document(Web.Contents([XML_URL]))

 

30.jpg

 

Finally we can expand the content of this new column to get what we want.

31.jpg32.jpg33.jpg34.jpg

 

Sorry for that we cannot share all the quiers.


Best regards,

 

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.