Forum Discussion
Anonymous
5 years agoNot applicable
PowerBi-models do not match example for embedding paginated report
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 IPaginatedR...
V-lianl-msft
5 years agoCommunity Support
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.
dvgz
5 years agoNew Member
That's not the issue AT ALL. On the IPaginatedReportLoadConfiguration object there is no "embedUrl" property. That's the issue.