Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I am able to get paginated report in groups/UUID/reports/Report_UUID/ReportSectionxxxxxxxxxx
In the report we have 2 pages from powerbi report and 3rd page is paginated report. I am able to get 2 powerbi report pages after embed to customer screen but 3rd paginated report is coming blank after embedding .
If paginated report only embeded it works in customer application.
Does powerbi doesnot support powerbi Report and Paginated Report mixed version.
We have published powerbi report with 2 page section in it. later we added 3rd page section as paginated report page and published again, when I try to call using Rest call and specified paginated report format .xls I received error in response
https://api.powerbi.com/v1.0/myorg/reports/powerbi_reportId/ExportTo
Request Body:
{
format: "xlsx"
}
Response:
{ "error": { "code": "InvalidRequest", "message": "Export report was called with an unsupported file format" }}
but if we used powerbi report format (pdf,png,pptx) it gives response
How to get paginated page from power BI report using REST call.
Hi @shaguftaD
This can be done, but it has to be done via Power BI embedded.
Here are more details: Embed Power BI paginated reports in your Power BI embedded analytics application - Power BI | Micros...
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.