Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I created a Power Automate flow which sends Power BI reports via email.
A user requested a separate slide for each of the two slicer values on one of the pages.
To do this, I created two bookmarks, each for one value.
However, when trying to include these bookmarks in the Power Automate flow, I received an error: 'Export_To_File_for_Power_BI_Reports' failed. The error message said that exporting a report with duplicate page+visual pairs isn't supported.
Does this mean I can't use the same report page multiple times with a different bookmark name?
One solution could be to create a duplicate page, change the slicer value, and use that instead.
But if there are many slicer values, this could become complicated. Does anyone have advice on how to manage this?
Solved! Go to Solution.
Instead of bookmarks, use a measure that changes based on the slicer selection to display the relevant data on a single page.
Consider using Power BI Paginated Reports, which can handle multiple layouts more effectively.
Create separate reports for different slicer values and send them via Power Automate.
Instead of bookmarks, use a measure that changes based on the slicer selection to display the relevant data on a single page.
Consider using Power BI Paginated Reports, which can handle multiple layouts more effectively.
Create separate reports for different slicer values and send them via Power Automate.