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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not 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 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

4 REPLIES 4
hekta
New Member

I have the same problem in my project. TypeScript model is different from this example.

V-lianl-msft
Community Support
Community 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.

That's not the issue AT ALL. On the IPaginatedReportLoadConfiguration object there is no "embedUrl" property. That's the issue.

Anonymous
Not applicable

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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