How to extract all PowerBI users and workspace access using the PowerBI API or Azure Portal?
- 阅读更多 关于 How to extract all PowerBI users and workspace access using the PowerBI API or Azure Portal?
问题 New to Power BI. Trying to get a report of the Users who have access for each Dashboards. Any pointers would be helpful. Thanks in advance! 回答1: You can use Get-PowerBIWorkspace from Microsoft Power BI Cmdlets to get list of workspaces and then list the members of the underlying Office 365 group (unless you are using the new preview workspaces, which has no underlying Office 365 group) using Get-UnifiedGroup cmdlet. To be able to use it, you need to Connect to Exchange Online PowerShell. Then