Forum Discussion
reza_rad
11 years agoAdvocate IV
Web Service as a Source for Power Query/Power BI
This feature would be really useful to have, SSIS has a good Web Service Task component for that. can we have something like web service source here in Power Query / Power BI?
luisrh
11 years agoResponsive Resident
You should probably think of wrapping your web service as an OData feed instead. You should look at the WebApi samples from MSFT in GitHub.
amien
10 years agoHelper V
Anyone got this working? I need to send a specific xml string (contains username, password, requested report name etc) to a webservice. How can this be done?
- teena10 years agoRegular Visitor
Hi,
I want to do the same thing, connect to a web service with a user name and password.
Did you find a solution?