Forum Discussion
Anonymous
6 years agoNot applicable
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
- Anonymous6 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
- lbendlinSuper User
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.
- AnonymousNot 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