Forum Discussion
Anonymous
5 years agoNot applicable
Export Page info
From the API, how can I find a Report Page for a Tile in a Dashboard?
Dashboards - Get Tile In Group (Power BI Power BI REST APIs) | Microsoft Docs
gets you the ReportID. then you can use
Reports - Get Report In Group (Power BI Power BI REST APIs) | Microsoft Docs
to get the report name.
The report page (also called section) is not exposed in the API.
1 Reply
- lbendlinSuper User
Dashboards - Get Tile In Group (Power BI Power BI REST APIs) | Microsoft Docs
gets you the ReportID. then you can use
Reports - Get Report In Group (Power BI Power BI REST APIs) | Microsoft Docs
to get the report name.
The report page (also called section) is not exposed in the API.