Forum Discussion
SteveH81
3 years agoNew Member
Can't Fix Power BI Embedded Issue After User Migration
Hi, We've just had to do some azure tenancy work. And now my PowerBI embedded solution isn't working. Everything was working great. But had to create a new user for publishing the reports. ...
- 3 years ago
So I had to drill into the API for service principal, but I discovered that my service principal had access to an orphaned data gateway. I've looked and can't find it anywhere in the power bi website.
So I had to call Datasets.BindToGateway to specify which of the available gateways to use. Where before I only had one, I now have more, so must explicitly set it.
SteveH81
3 years agoNew Member
So I had to drill into the API for service principal, but I discovered that my service principal had access to an orphaned data gateway. I've looked and can't find it anywhere in the power bi website.
So I had to call Datasets.BindToGateway to specify which of the available gateways to use. Where before I only had one, I now have more, so must explicitly set it.