Forum Discussion
Power BI embedded with user data
- 9 years ago
hhomann You have not reached dead end as Power BI Embedded has additional APIs to change the server and database that your dataset is pointing to and set a service account credential that the dataset will use to connect to your database. See this link and image below. So you can publish pbix file to your azure workspace and using this APIs programatically change dataset connection string.
hhomann You have not reached dead end as Power BI Embedded has additional APIs to change the server and database that your dataset is pointing to and set a service account credential that the dataset will use to connect to your database. See this link and image below. So you can publish pbix file to your azure workspace and using this APIs programatically change dataset connection string.
ankitpatira thanks a lot for that link! I am checking it with my developer. Is this actually usable with a PHP based framework or only with asp.net?
- Eric_Zhang9 years agoMicrosoft Employee
It is not language specific, as long as Calling Rest API is supported.