Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
alteco
Regular Visitor

embed power-bi - getting 401 Unauthorized: Error while retrieving Embed URL

Hello,

 

I am trying to use power-bi report in python example app, but I am getting

Error Details:
401 Unauthorized: Error while retrieving Embed URL
Unauthorized:
RequestId: XXXXX

I followed this tutorial https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=python and other power-bi tutorials, i also changed different configurations in power-bi and AD apps but it didn't resolve the problem.

Also, when I used power-bi rest APIs via postman, I was able to generate a valid token without RLS. 
https://api.powerbi.com/v1.0/myorg/groups/XXX/reports/YYY/generatetoken

 

Can you please help to resolve the issue?

Thank you

 

4 REPLIES 4
ilknv
New Member

Hi, did you find a way to solve the issue? I have the same error

V-lianl-msft
Community Support
Community Support

Hi @alteco ,

 

Do you add the registered app in ADD (service principal) to a security group, and then add it in Power BI Admin Portal?

Vlianlmsft_0-1639631907593.png

If not, try this to see if the problem persists


Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello,

Yes, I already did it and it didn't solve the problem.

 

Thank you

you must add the service principal with proper permissions and add it to the workspace as the role you wish and then you must embedd the report by passing the tenant id , client secret for authenticating purpose and group_id and report id to specify the report .The group id must be the workspace id where you have added the service principal.For RLS you must pass the role to get authenticated.

Best Regards,
Kandeebaraj G

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors