Forum Discussion
Olifer
5 years agoFrequent Visitor
Bulk Import for Web Services
Dear community, I am usually importing data into Power BI by using a Web Service. So I navigate to "Get Data" --> "Web", enter a URL and retrieve the data. However, I have to do this for several ...
- 5 years ago
Yes, you can do that in Power Query. Create a table that has all the URLs, and then add a custom column with
Web.Contents([URL])
That will load the data for each row. Then you can use the combine button as needed.
Olifer
5 years agoFrequent Visitor
Thanks a lot!