Forum Discussion
Power BI Embedded report fail to export with slicer selection
Hi PrasadPBI0398 ,
Since you have p1 sku capacity, you can try to use the following api for report export.
Consider using bookmarks to capture the state of the report, including slicer selections. Bookmarks save the report's configuration and can be exported using the API.
Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- PrasadPBI03982 years agoRegular Visitor
Hi Adamk Kong,
Thanks for the reply.
Does the Power BI report require any bookmark creation? or it must execute the entire operation from the application code. in that instance, if a user modifies any slicer on any report page. Will every page in the report be affected and exported in that particular state?- Anonymous2 years agoNot applicable
Hi PrasadPBI0398 ,
If you need to keep the state of multiple slicers, you can create multiple bookmarks. You can refer to below document: Create page and bookmark navigators - Power BI | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.