The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello i retrieve my embedded url from "Reports - Get Report In Group" of powerbi. After when i try to open it in a browser its not working.
I previously get this embedded url and put it my application and it's work. Now its not working anymore.
When i try to open it in a browser i have this blank page with the logo of power bi :
If i try to retrieve the embedded url from the powerbi api i still get the same embedded url. can you help me. I have confuse cause this work previously.
Solved! Go to Solution.
Hi @abdelss ,
Have there been any recent changes to the report? For example, RLS has been added. This may cause the embedded report content to not display properly.
Publish to web from Power BI - Power BI | Microsoft Learn
Best Regards
Hi @abdelss,
The embedUrl you get from the Power BI REST API “Reports - Get Report In Group” is used to embed a Power BI report into your application. This URL is used in combination with an access token to securely display the report in your application. However, pasting the embedUrl directly into a browser might not work as expected because it lacks the necessary authentication token.
Permission tokens needed to embed a Power BI app - Power BI | Microsoft Learn
You can refer the following link to get the embed url with the proper access:
How to embed Power BI reports into portals
Get embed URL
Best Regards
Hello v-yiruan-msft.Thanks for your response.
When i get my token with service a principal or when i follow exactly the step show in this tutorial to get a token and i try to use it in my application i have this page :
Previously i was able to make it work, now i just have this page. Can you help me please ?
Hi @abdelss ,
Have there been any recent changes to the report? For example, RLS has been added. This may cause the embedded report content to not display properly.
Publish to web from Power BI - Power BI | Microsoft Learn
Best Regards