Forum Discussion
Power BI Rest Api - Get page name by ReportSection
Hello,
I have a ReportSectionId in a Power BI url like this: https://app.powerbi.com/groups/f7723ef6-axae-453c-v29c-901ac94abd93/reports/4212eb4f-b73c-4ce3-af38-20e5165d3a23/ReportSection92g904796cfa0caf065c
I need to fetch the page name of a report using the ReportSectionGuid. Is this possible?
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages/{pageName} only allows to query by pageName.
- Anonymous4 years ago
Hi Anonymous - I think the examples in the documentation (https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-page#:~:text=Examples-,Example,-Sample%20Request) suggest that the name is "ReportSection92g904796cfa0caf065c", so what you need the API to return is the "displayName".
1 Reply
- AnonymousNot applicable
Hi Anonymous - I think the examples in the documentation (https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-page#:~:text=Examples-,Example,-Sample%20Request) suggest that the name is "ReportSection92g904796cfa0caf065c", so what you need the API to return is the "displayName".