Forum Discussion
SwagatikaBehera
5 years agoFrequent Visitor
How can I read data from a parametrized function of a web service in PowerBI?
There is a function called GetDataRequest() which has 3 parameters and the response function name is GetDataResponse() which returns the resultset in a webservice(https URL). So, I need to call the f...
v-deddai1-msft
Community Support
5 years agoHi SwagatikaBehera ,
You can create these three parameters in power bi by following steps in https://www.red-gate.com/simple-talk/sql/bi/power-bi-introduction-working-with-parameters-in-power-bi-desktop-part-4/
And use these three parameters when you get data from the api:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
SwagatikaBehera
5 years agoFrequent Visitor
Hi,
Thanks for your reply. Can you please show me a screenshot where to put the function name? Should be the name as a part of URL?