Forum Discussion
Dynamically export the report pages to PDF based on slicer value which is driving a Power Bi report
- 2 years ago
It works for me - check your data model and your table and column spelling. As you mentioned you can use the report URL for checking that it filters correctly.
- 2 years ago
It was not working because, i had set the slicer to have a mandatory "Single selection" turned ON. Once I remove that, I was able to successfully test this by passing filter value as a header in the URL. Same was dynamically generated in Power automate flow and passed within the filter parameter section for the "Exporting a PDF of the PBI report" connector in Power autiomate.
https://app.powerbi.com/groups/******/reports/******/ReportSection*****?filter=<Table name>/<column name> eq '<column value>'
Thank you for confirming that this solution works.
Put your customer names in an array, then loop over the array and in each loop take the current customer name value and use it as a report filter for the extract request.
Thanks for your response lbendlin - I don't know I think I'm missing something and I'm not able to get that. Can you please share, if you have any screenshot for the same?
- lbendlin2 years ago
Super User
- akhilduvvuru2 years ago
Helper IV
I'm able to get that working. Thank you so much for your inputs lbendlin. Really helps!
Reference for other, if required.
Thanks everyone for all the inputs.