Forum Discussion

apoloduvalis's avatar
apoloduvalis
Regular Visitor
2 years ago

How to pass database schema to PowerBI embedded

I have a web application in which I have embedded a PowerBI report. My application is multitenant, which means each customer access their own database schema in the application's database. I would like to send through javascript the schema corresponding to the user's session to the embedded PowerBI report, so it can run SQL queries using the received schema like this.

select id, description
from [@schema].products

 

I used to send a filter through javascript when all customers shared the same database schema, but now that each customer has their own database schema I want to make it dynamic, so my customer in tenant1 can see data coming from tenant1_schema.products while other customer in tenant2 see their data coming from tenant2_schema.products.

How can I do that? 

2 Replies