Forum Discussion

Olifer's avatar
Olifer
Frequent Visitor
5 years ago
Solved

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 ...
  • lbendlin's avatar
    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.