Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am trying to utilize power automate to export a PowerBI report repeatedly for each specific entry in the group that I am using slicers to filter the data down to. However, when I export the report it always exports in the default configuration with no slicers applied even though they were selected prior to executing the flow. How can I fix this?
Solved! Go to Solution.
Hi @OFen03 ,
To enable dynamic selection of slicer values on the report side, set the slicer to not turn on mandatory Single Selection on the Power BI report side. Once you remove it, successfully test this by passing the filter value as a header in the URL. The same content is dynamically generated in the Power Automate process and passed in the filter parameters section of the Export PDF of PBI report connector in Power Automate.
--Used this below URL in the reportlevelfilter in the PBI connector.
https://app.powerbi.com/groups/******/reports/******/ReportSection*****?filter=<Table name>/<column name> eq '<column value>'
Also in the "Apply to each" after getting the value use set variable to set the value that is been pasted lately which should be used to pass in the next widget of "Export to file for Power Bi report" within the reportlevelfilter.
For more details, please refer: Now Export Power BI Reports with Filters using Power Automate by taik18 - YouTube
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @OFen03 ,
To enable dynamic selection of slicer values on the report side, set the slicer to not turn on mandatory Single Selection on the Power BI report side. Once you remove it, successfully test this by passing the filter value as a header in the URL. The same content is dynamically generated in the Power Automate process and passed in the filter parameters section of the Export PDF of PBI report connector in Power Automate.
--Used this below URL in the reportlevelfilter in the PBI connector.
https://app.powerbi.com/groups/******/reports/******/ReportSection*****?filter=<Table name>/<column name> eq '<column value>'
Also in the "Apply to each" after getting the value use set variable to set the value that is been pasted lately which should be used to pass in the next widget of "Export to file for Power Bi report" within the reportlevelfilter.
For more details, please refer: Now Export Power BI Reports with Filters using Power Automate by taik18 - YouTube
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
30 | |
19 | |
19 | |
13 | |
13 |
User | Count |
---|---|
30 | |
21 | |
19 | |
18 | |
17 |