Forum Discussion
How to set datasource value on a parameter from Powerbi URL
v-kkf-msft Changing parameter value from Dataset settings each time I want to switch to a different dataset is a manual task and is not the solution.
The business problem here is, switching between datasets having same schema on runtime. Something that I can feed into my powerbi url and it will generate the visuals with the data set. like query parameters which I tried to use (it filters on the visuals but not able to set data source with query parameters)
- sb199994 years agoAdvocate I
We did it through azure functions using power bi API to update parameter.
- Arildsen3 years agoFrequent Visitor
Hi, care to share abit more details about the solution here?
Having the same scenario where I want to set db schema (a parameter) based on the logged in user. I can do it manually now and the reports/data sets are updated accordingly, but I need the to be set when the usr logs in.
Thanks.