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.
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