The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
From the API, how can I find a Report Page for a Tile in a Dashboard?
Solved! Go to Solution.
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.
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.