Hello, is it possible to use powerbi-client-react component to embed paginated report? From what I can tell, a paginated report seems to use IPaginatedReportLoadConfiguration which is not part of supported type in PowerBIEmbed. IPaginatedReportLoadConfiguration definded in https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report which includes type and embedUrl but missing from powerbi-client-react model. Does anyone have experience to embed paginated report in React SPA application? Thank you!
↧