microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
309 stars 98 forks source link

PowerBIEmbed does not support paginated report #43

Closed AlliceSmash closed 1 year ago

AlliceSmash commented 3 years ago

Hello, is it possible to create a new component that embed paginated report? Based on the type definition, paginated report seems to use IPaginatedReportLoadConfiguration which is not part of supported type in PowerBIEmbed. If that is possible, can you let me know how to se it up? In addition the model IPaginatedReportLoadConfiguration is different from https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report which includes type and embedUrl. Is that by design or the document is outdated?

davgonza commented 3 years ago

Even on the Model, the EmbedURL property does not exist... so how is it supposed to be embedded ?? https://docs.microsoft.com/en-us/javascript/api/powerbi/powerbi-models/ipaginatedreportloadconfiguration

KotanaSai21 commented 1 year ago

Thank you for pointing this out. We have updated the package and now you can Embed a paginated report using IPaginatedReportConfiguration interface.

Feel free to reach out for any other queries.