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...
amitchandak
Super User
5 years agoSwagatikaBehera , refer if these can help
https://www.thebiccountant.com/2017/03/22/use-slicers-for-query-parameters-in-powerbi/
SwagatikaBehera
5 years agoFrequent Visitor
This example explains when sql server is a datasource. But I am struggling with calling a webservice with parameterized request function and returns the data from another response function.