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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply

Link a ResportSection GUID and Bookmark GUID back to the names of the Tab and Bookmark.

In the Power Bi Service, the URL for a report contains two parts that specify the Tab and a bookmark. GUID replaced with zeros

ReportSection00000000000000000000   <-Report GUID

Bookmark00000000000000000000          <- Bookmark

 

It would be really Sweet if there were some way to retrieve the names of the Tab and Bookmark from the service using these GUIDs, in the context of a PBi report.

 

Is that a Pipe Dream?

 

Thx

4 REPLIES 4

I have been looking at one of our Power Bi Service Apps.

It displays all the reports loaded into the app and the pages of that report:

wsdcawefwqrevfq_0-1681151161568.png

 

I am wondering if there is a way to connectto the App and access this information?

 

Thx

Hi @wsdcawefwqrevfq ,

 

You can refer to the following documents that may be helpful to you:

Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn

Reports - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Apps - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

v-tangjie-msft
Community Support
Community Support

Hi  @wsdcawefwqrevfq ,

 

You can try retrieving report sections and bookmarks using the Power BI REST API and then match their GUIDs to their corresponding names.

Here are my steps you can follow as a solution.

1. Follow the authentication process described in the API documentation to obtain an access token for the Power BI REST API.

2. Use the API to retrieve the report definition, which includes sections and bookmarks. You can do this by sending GET requests to the following endpoints:

GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/versions/{versionId}/microsoft.graph.getReport

3.Extract the section and bookmark GUIDs from the report definition. The sections and bookmarks are listed in the sections and bookmarks arrays, respectively. Each section and bookmark has a name and a displayName property, which you can use to match the GUID with the corresponding name.
4.Output the results in a format that's useful to you.

 

Best Regards,

Neeko Tang

If this post  helps, then please considerAccept it as the solution  to help the other members find it more quickly. 

Can you elaborate on what values should take the place of "myorg" and Version ID?

Is Myorg the tennet ID, Workspace ID, or App ID (GUIDS)

I have no idea what the version could be.

 

Thx

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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