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