Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I need to develop a dashboard in power bi to track all the reports and dashboards across all the workspaces used in the project. Now, I have an excel which have details of all the reports currently present in the workspaces.
Have anyone done something similar? I suppose, there might be something more than just getting the data from the excel and build couple of visuals. Like, is there a way to track live status of the reports? I am not super familiar with every functionality of power bi, so if anyone has build a similar project, details of the same would be much appreciated.
Solved! Go to Solution.
HI @Anonymous,
If you means to make these steps dynamically, you may need to write code to nested different rest API to looping each workspace and list their items.
For example: get the workspaces at first, then looping these workspace id to get correspond contents.
Groups - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng
HI @Anonymous,
If you means to make these steps dynamically, you may need to write code to nested different rest API to looping each workspace and list their items.
For example: get the workspaces at first, then looping these workspace id to get correspond contents.
Groups - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng