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.
Hello:
Has anyone successfully worked on the example as shown https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report ? In the exmaple, it shows interface IPaginatedReportLoadConfiguration has embedUrl?: string; but when I check the model https://docs.microsoft.com/en-us/javascript/api/powerbi/powerbi-models/ipaginatedreportloadconfigura... , there is no embedUrl. DId the model change recently? How could you embed paginated report without embedUrl? Thanks
I have the same problem in my project. TypeScript model is different from this example.
Hi @Anonymous ,
Supposing that you know how to get the token and reportID from backend. In frontend,To get an valid embedurl in Power BI Embedded, you just concatenate "https://embedded.powerbi.com/appTokenReportEmbed?reportId=" and your reportID.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
That's not the issue AT ALL. On the IPaginatedReportLoadConfiguration object there is no "embedUrl" property. That's the issue.
Liang:
That is Not what I had problem with. My problem is that IPaginatedReportLoadConfiguration does not have embedUrl field, so that I can't use that model for embedding with typescript+React in the frontend
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |