Forum Discussion
JayeshPatel2019
4 years agoRegular Visitor
Updating a parameter dynamically from a report following selection of multiple values within a table
I have a requirement where the user can select multiple values (events) from a table in a Power BI report and these multiple values need to be passed as a query parameter string to a web API call fro...
lbendlin
Super User
4 years ago"passed as a query parameter string to a web API call from Power Query and then displayed as a new table. "
You cannot dynamically add data sources in Power Query. You can only modify existing data sources (barely). Power BI has no memory. You need to do that in the upstream system.