1

Can you embed a power bi dashboard in a webpage which will change its source connection based on some value in the webpage?

I have a web based tool where I need to build my visuals. I will get data from an Oracle Database staging table. The visual is to be build from staging table. However, I need to use that staging table as source which user has asked for.

1 Answers1

0

You can update the Data Source using Configure credentials programmatically for Power BI

however, since the data source will change for all the users, it won't work in your scenario.

You can create reports with different sources in separate workspace, and change the embedded report instead of changing the data source.

References :

  1. Power BI Embedded Update Datasources API
Rahul Roy
  • 275
  • 1
  • 10