Forum Discussion
Arendp
4 years agoHelper III
export pdf filter data
I have a question on exporting to PDF in power bi online. I have a filter on all pages: When I export to PDF, this filter is not applied. So the downloaded PDF is not applied with id '2986153...
- Anonymous4 years ago
Hi Arendp ,
Try use Power BI REST APIs to export report and filter a report using query string parameters in the URL.
-
In the Power BI service, URL filters aren't currently respected when you choose Current Values for your export.
Refer to:
Microsoft -- PowerBIReportExportConfiguration
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters
Best Regards,
Community Support Team _ Caitlyn -
Arendp
4 years agoHelper III
extra info, the filter is set via an url:
https://app.powerbi.com/groups/f87f73c-80aa66/reports/7d0df3ef--7b5795fa/ReportSection187c8b?filter=Inspections%2Fid%20eq%202986153
Maybe it makes a difference?