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
Hi benw101010 ,
Can you please share how the request to the API looks like?
Do you just pass the captured bookmark state in the defaultBookmark parameter?