Forum Discussion
Access PowerBI Report - when users having multiple Microsoft account from different Org
- Anonymous2 years ago
Hi Gautam_Sharma ,
You must grant the service principal ReadOverrideEffectiveIdentity permission. Otherwise, the service principal can’t delegate the user identity to the gateway.
The following link will help you:
Power BI Embedded, Service Principals, and SSAS – Prologika
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Anonymous for response. I followed the suggested appraoch however I am getting below error message could you please suggest what I am missing at my end.Appreciate your support.
Error: 400 Bad Request: "{"error":{"code":"InvalidRequest","message":"Creating embed token for accessing dataset XXXXX-XXX-XXX-XXX-XXXXXXXX requires effective identity to be provided"}}" Request Id: <Request-ID>
Hi Gautam_Sharma ,
You must grant the service principal ReadOverrideEffectiveIdentity permission. Otherwise, the service principal can’t delegate the user identity to the gateway.
The following link will help you:
Power BI Embedded, Service Principals, and SSAS – Prologika
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Gautam_Sharma2 years agoFrequent Visitor
Thanks for pointing me in right direction.I am able to proceed now however I am facing below issue.
Is there anything I am missing at my end ? Kindly suggest