Forum Discussion

EnzoSoares's avatar
EnzoSoares
Regular Visitor
3 years ago
Solved

Power BI Report not loading in Web Page

Greetings.

I'm trying to embed a Power BI report using an azure service principal and a capacity. I managed to obtain the embed url through the endpoint

https://api.powerbi.com/v1.0/myorg/groups/{group_id}/reports/{report_id}

 I am then trying to put that embed url inside an iframe like so:

    <iframe title="Title" width="1140" height="541"
src={{ embed_url }}
allowFullScreen="true"></iframe>

 When the page is loaded, the report just loads infinitely.

What should I be doing diferently? Any help would be appreciated.

1 Reply