Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Subhapradha_S
New Member

Power BI Report - Capture bookmark state of all pages not working

Hi,
I am looking for a solution to capture bookmark state of all pages of a Power BI report in angular. I have tried below code to capture all state of bookmarks. 

let capturedBookmark = await this.report.bookmarksManager.capture({
allPages: true,
personalizeVisuals: true
});

When I am exporting it to pdf , I can able to see only Global filters applied and pagelevel unique filters changes not applied. 
I have tried capturing at a pagelevel using "datachanged" event, but I can achieve only pagelevel filters not global filters.

Note: Global filter are Industry, Region,Size,Non-profit organization and government contractor. Pagelevel Unique filters are Comparison Plantype and Client Plans.

UI

Subhapradha_S_2-1690954265771.png


PDF

Subhapradha_S_1-1690954231457.png

 

Can you help me to solve the above issue?




0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors