- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One embedded report, multiple datasources
I'm assisting a client with some development and want to know how the following can be done:
They have a Web App that will be deployed on different Azure data centers for different clients.
Each deployment of the Web App will connect to it's own Azure SQL database.
They want to create PowerBI reports and embed them in the Web App.
How can the multiple instances of the Web App load the same report but change the data source to load the data from the applicable Azure database?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@jjrvdw wrote:
I'm assisting a client with some development and want to know how the following can be done:
They have a Web App that will be deployed on different Azure data centers for different clients.
Each deployment of the Web App will connect to it's own Azure SQL database.
They want to create PowerBI reports and embed them in the Web App.
How can the multiple instances of the Web App load the same report but change the data source to load the data from the applicable Azure database?
Those different Azure SQL database shall have the same tables consumed in the "same report". You can
- Create one set of reports in Power BI desktop.
- Deploy those reports to different groups, say if "multiple instances" means 3 instances, create 3 groups and deploy the reports to all of the 3.
- Update the connection strings and credentials individually for the reports in different groups. See this thread.
- Embedd reports from different groups accordingly in your application instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@jjrvdw wrote:
I'm assisting a client with some development and want to know how the following can be done:
They have a Web App that will be deployed on different Azure data centers for different clients.
Each deployment of the Web App will connect to it's own Azure SQL database.
They want to create PowerBI reports and embed them in the Web App.
How can the multiple instances of the Web App load the same report but change the data source to load the data from the applicable Azure database?
Those different Azure SQL database shall have the same tables consumed in the "same report". You can
- Create one set of reports in Power BI desktop.
- Deploy those reports to different groups, say if "multiple instances" means 3 instances, create 3 groups and deploy the reports to all of the 3.
- Update the connection strings and credentials individually for the reports in different groups. See this thread.
- Embedd reports from different groups accordingly in your application instances.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
03-20-2024 08:55 PM | |||
08-21-2024 02:00 AM | |||
01-23-2024 03:16 AM | |||
09-30-2024 12:10 PM | |||
01-08-2024 03:51 AM |