Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
We have followed the steps given for registering a service principal for external customer App. We need to get the embed token from Power BI Rest API using a Java backend. Java app first acquired the access token from Microsoft Graph and then called the below endpoint -
However we are getting 401 error with response header
X-PowerBI-Error-Info : ServicePrincipalsNotAllowedByTebsntAdminSwitch.
Could some one provide some feedback what is missing ?
Yes , the SP does have permission.
n Portal or in our case Azure ?
Hey @vpandey07 ,
I'm not the expert on this field but maybe this guy can deliver you an idea for troubleshooting your issue.
https://pbi-guy.com/2023/05/21/create-a-post-request-with-power-bi/
Do you have given tenant permission to your SP to use XMLA endpoint? (in your tenant settings).
Regards