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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Exporting 1 page of Power Bi Report to PDF for each value of one column of a table

I am trying to determine the best way to pull the data in 1 column in a table of my report and then cycling through this data and exporting 1 page of the report for each value in the column pulled.

I think the easiest way might be using Python and the Power Bi python package.  But I am not sure if that is the best / easiest way.

 

I know that I can add filter=table/column eq "datapoint" to the end of the page url to filter the page to the "Datapoint".  I can use a loop in python to cycle through the datapoints.  But to use python I have to get an Azure App registered and that can be a long process due to having to go through corporate IT.

Is there a way to pull 1 table and cycle through the datapoints in a Powerscript?  Power Automate?  Any other way??

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

Base on your description, it seems that you are trying to export a Power BI report to PDF for each value of a column in a table. Both of them require Azure App registration when using Python or Powershell. Power Automate can be used to automate the process of exporting Power BI reports. You can create a flow that exports a Power BI report as a PDF and attaches it to an email that is sent on a weekly basis. However, this method might not support exporting the report for each value in a column directly. You might need to create a paginated report for each row in an Excel Online table or SharePoint Online list.

Export and email a report with Power Automate - Power BI | Microsoft Learn

Export a paginated report for each row in an Excel Online table or SharePoint list - Power BI | Microsoft Learn

Best Regards

Anonymous
Not applicable

Thank you for your response.  looking into it more, I might need to do a little of both.  I need to change the existing page since there is a Photo gallery and a visual that has a horizontal slider.  I am looking at recreating the page in Power bi with the changes needed, and / or creating the page in Paginated report.  I am also looking at using Python to cycle through the values for the filter.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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