Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How do I find the workspace for a report?

Hi,

I am using the cmdlet GET-PowerBIReport and I get the returned info for a report I am interested in, but how do I find the workspace that the report belongs to and how do I find the creator of the report?

 

Thanks

  • Anonymous's avatar
    Anonymous
    6 years ago

    Thanks.

    I ended up using this script, which gave me all the reports in all the workspaces - names included

     

    Get-PowerBIWorkspace -Scope Organization -Include All -ALL | Out-file C:\filename.csv

2 Replies

  • workspace is equivalent to group.  get the group id and then look that up in the audit data. There you get all the details including ownership etc.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks.

      I ended up using this script, which gave me all the reports in all the workspaces - names included

       

      Get-PowerBIWorkspace -Scope Organization -Include All -ALL | Out-file C:\filename.csv