Forum Discussion
HTTP variable query params
- 5 years ago
Hi LangeJan ,
Yes,you could create query parameter to change the city_id dynamically. You can refer the following documentations to achieve it.
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Dynamic Web.Contents() and Power BI Refresh Errors
Web.Contents with dynamic file URL
Wish it is helpful for you!
Best Regard
Lucien Wang
mahoneypat
Thanks for your reply.
it's a great video that gives good inspiration to move on.
I can see from the video that I can control the parameters by predefining variables in a column and including these in the Http call.
I want the user of the report to be able to enter a keyword as a parameter in the report and get the result in the report with this parameter. Do you think that is possible?