Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
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?
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 35 | |
| 18 | |
| 14 |