Forum Discussion
dsivakri
1 month agoNew Member
undefined
We have a Power BI report with a scrollable page containing multiple category sections. We need to export the report to PDF and have the PDF automatically split into separate pages for each category,...
rohit1991
Super User
1 month agoHii dsivakri
This is not supported automatically in a standard Power BI report because PDF export creates one PDF page for each report page, not for each section of a scrolling canvas. For dynamic page splitting, use a Paginated Report, group the data by Category, and enable Page Breaks > Between each instance of a group. Otherwise, each category must be placed on a separate Power BI report page manually.