Forum Discussion
How to set datasource value on a parameter from Powerbi URL
Hi sb19999 ,
Does you review and edit parameters in the tab for Datasets?
For more information, please refer to Edit parameter settings in the Power BI service
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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)
- adamtoakley4 years agoRegular Visitor
- 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.