Forum Discussion
AnkitSingla
5 years agoFrequent Visitor
Can we have functionality like web application in Power BI?
As per the requirement, user should be provided with a text box and Search button on the report. On the text box, user is supposed to enter an email. Based upon the user input, it should trigger Po...
AnkitSingla
5 years agoFrequent Visitor
Hi Anonymous ,
Parameter works in Power Query the way you have shared.
However, as per the requirement, user will provide input on Power BI report. This input will go to Azure function as parameter. Azure function has power shell script in it which returns JSON response. This response needs to be parsed and displayed in power BI report.
This complete flow is like a web app. However, it needs to be done using Power BI.