Forum Discussion
sb19999
5 years agoAdvocate I
How to set datasource value on a parameter from Powerbi URL
Hello I have two tables with same schema ( Table 1 and Table 2) I have modified Table 2 'Navigation' steps as '= Source{[Schema="dbo",Item=DataSourceParam]}[Data]' where DataSourceParam is the para...
adamtoakley
4 years agoRegular Visitor
sb19999
4 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.