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.
When exporting an embedded report via the current state (caputured via the powerbi-client bookmarksManager.capture() method, then passing that state into the C# Microsoft.PowerBi.Api ExportToFileInGroupAsync method) on a report with multiple tabs, the current filter selections seem to only get applied to whichever tab I am currently viewing in the embedded report. The other tabs are using default filter selections. Is there anything beyond the basics I should know in order to get this to work correctly?
Solved! Go to Solution.
You should make sure you're using latest JS SDK when capturing the bookmark, and you should pass the "allPages" option, see here: ICaptureBookmarkOptions interface | Microsoft Learn
Then you should pass it to the "Export to File" API as the state for the default bookmark
You should make sure you're using latest JS SDK when capturing the bookmark, and you should pass the "allPages" option, see here: ICaptureBookmarkOptions interface | Microsoft Learn
Then you should pass it to the "Export to File" API as the state for the default bookmark
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |