Forum Discussion
Anonymous
4 years agoNot applicable
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/ReportSection92g90479...
- 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".
Anonymous
4 years agoNot 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".