Forum Discussion
lferdinand
8 years agoFrequent Visitor
App Workspaces
We are considering PowerBI Embedded to host 1 or more visualization pages on a per customer/tenant basis in a cloud-based app. The desired model would be to create an app workspace per tenant. T...
ChrisWilliams
8 years agoAdvocate II
This is what I do in my app. I use the REST api to create a new workspace for a new customer during a provisioning task. Each tenant has their own report, their own data source, etc in their own workspace. My provisioning task copies up a pbix file and then customizes the sql connection resource and also the credentials.
i’ll locate the url later and add it to this thread, but search for power bi rest api and c# SDK and it will have all you need.
ChrisWilliams
8 years agoAdvocate II
Power BI REST API: https://msdn.microsoft.com/en-us/library/dn877544.aspx
Power BI C# SDK: https://github.com/Microsoft/PowerBI-CSharp