Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Power BI Embedded

Hello,   I have a Power BI Embed for your customers scenario, but something odd is happening which I can't explain. Setup: Power BI Embedded A1 SKU. Service principal as authentication methode, ...
  • ibarrau's avatar
    4 years ago

    Hi. Even though I might not have the correct answer it make sense for me.

    If you pause it, it won't work because the configuration is trying to reach out something that it's not working right now.

    On the other hand if you turn the embedd configuration off. You are just saying the workspace it's a regular shared capacity. You CAN embed with a workspace with shared capacity as developer purpose. The reason to buy the licence is that the workspace with the licence can return infinite number of embed tokens. The shared capacity will return a limited amount of embed tokens for the requested service principal or account. You can check your status of embed tokens usage with an API request: https://docs.microsoft.com/en-us/rest/api/power-bi/available-features/get-available-features

    The tricky one is the service principal. The only thing I can think about is that the Service Principal removed from the workspace is still working because you might have turned on the "Service Principal can request admin API" in your tenant. But, that's just a guess.

    I hope that make sense