Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Developing a dashboard tracking all the reports & dashboards across all the workspaces.

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.

  • Anonymous's avatar
    Anonymous
    2 years ago

    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

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    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