Forum Discussion
AjithPrasath
2 years agoResolver II
Dynamically Change the Database name in the Powerbi desktop
Hi All, I am trying to change the database name dynamically in the powerbi from the powerbi rest api call. I created parameters for server and database name and use that in the query . I am ...
AjithPrasath
2 years agoResolver II
Hi lbendlin ,
My requirement is we have multiple customers and for each customer we have seperate database. So for each customer the report template will be same but we have to dynamically the change the database for each customer so that correct data will be displayed. For implementing this I used - parameters and given dynmaically the database name and server name in the sources. But while calling the report using powerbi rest api , even if I pass different datasource credential - it's still getting the same data for the database which I given as the current value.
Please help me to resolve this