Forum Discussion
benw101010
3 years agoNew Member
API Export with captured bookmark state only has current page filters
When I pass the bookmark state to request PowerBIClient.Reports.ExportToFileInGroup, only the filters / slicers for the current page are applied to resulting export (powerpoint). In javascript, I...
- 3 years ago
I found my issue - I needed to update powerbi.js. Exported pdf now has page level filters from captured bookmark.
https://github.com/microsoft/PowerBI-JavaScript/tree/master/dist
AmosHersch
3 years agoMicrosoft Employee
Not sure why it's not working. Might be a bug on Power BI side but requires investigation.
Since you are already using Power BI JS to capture the bookmark I would try to apply the captured bookmark state and see if it works or not.
benw101010
3 years agoNew Member
I found my issue - I needed to update powerbi.js. Exported pdf now has page level filters from captured bookmark.
https://github.com/microsoft/PowerBI-JavaScript/tree/master/dist