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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
AshtonDeLano
Frequent Visitor

How to get all Bookmark GUIDs in a Report using the REST API?"

Using the API endpoint:

 

GET https://api.powerbi.com/v1.0/myorg/groups/{group_id}/reports/{report_id}/pages

 

I can get all of the pages in a report. Can I do the same with the bookmark GUIDs? Maybe something like:

 

GET https://api.powerbi.com/v1.0/myorg/groups/{group_id}/reports/{report_id}/bookmarks

 

I would like to record and store all of the bookmarks in a report in a database so I can reference them dynamically in a logic app call that converts Power BI to a PDF.

3 REPLIES 3
Anonymous
Not applicable

Hi @AshtonDeLano ,

 

Currently, there is no direct API endpoint like

 https://api.powerbi.com/v1.0/myorg/groups/{group_id}/reports/{report_id}/bookmarks

to fetch all bookmark GUIDs in a report.

 

However, you can utilize the Power BI REST API to programmatically interact with the report content, including bookmarks, to achieve your goal.


A note of caution: extracting bookmark information programmatically requires some development work. Consider embedding the report into a custom application and then using the Power BI JavaScript API to interact with the report content (including bookmarks) to extract the bookmark information.


The above approach can be customized to extract bookmark GUIDs and store them in a database.

 

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.

When you say: "you can utilize the Power BI REST API to programmatically interact with the report content, including bookmarks, to achieve your goal" could you be more specific?

 

Anonymous
Not applicable

Hi @AshtonDeLano ,

 

You can  refer to below document:

Enhance your users' experience with bookmarks in Power BI embedded analytics | 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.

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors