Forum Discussion
PBE with Service Principal: Creating embed token for accessing dataset requires effective identity
- 4 years ago
Power BI and SSAS both leverage AD so that means that any user you pass from Power BI to SSAS needs to be known in AD.You must grant the service principal ReadOverrideEffectiveIdentity permission. Otherwise, the service principal can’t delegate the user identity to the gateway.
Please refer to :
https://prologika.com/power-bi-embedded-service-principals-and-ssas/
Power BI and SSAS both leverage AD so that means that any user you pass from Power BI to SSAS needs to be known in AD.You must grant the service principal ReadOverrideEffectiveIdentity permission. Otherwise, the service principal can’t delegate the user identity to the gateway.
Please refer to :
https://prologika.com/power-bi-embedded-service-principals-and-ssas/
- Anonymous4 years agoNot applicable
Thank you V-liani. The blog post you linked explains what to do. Please put this information in the Microsoft documentation! We shouldn't need to chase down blogs to find this out.