Forum Discussion
Not able view all workspaces
- 1 year ago
Hi YashikaAgrawal ,
Thanks for the update. From what you described, the reason you're seeing only 20 workspaces with Get-PowerBIWorkspace -All is because that command only shows workspaces you have direct access to like ones where you're a member. Even though you’re a Fabric Admin, that role doesn’t automatically give you access to all workspaces unless you use admin-level permissions. To see all 100+ workspaces in your tenant, you’ll need to run the same PowerShell command with the -AsAdmin flag: Get-PowerBIWorkspace -All -AsAdmin. For that to work, your account must have either the Power BI Service Administrator role or be a Global Administrator in Entra ID. You mentioned you've already added yourself to a security group and enabled API access for service principals, which is a good step, but it won’t show all workspaces unless your account has the necessary admin rights. Since you're on a free license, adding the Power Platform Admin or Global Admin role is the right move. Just make sure you're signed in with MFA, and once those roles are in place, the PowerShell command with -AsAdmin should give you full workspace visibility.If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it
Best Regards,
Sreeteja.
Community Support Team
That is odd. Fabric Admin should have access to Admin Portal.
do you see workspaces though?
Thanks, when i click Admin Portal, iam not seeing it.. (Iam using Free version + Fabric Admin), screenshot attached...
- Tutu_in_YYC1 year agoSuper User
That could mean that you do not have Fabric Admin role. Can you confirm the role in Entra ID?
- YashikaAgrawal1 year agoPost Patron
Iam attaching the screenshot, please check..
- Tutu_in_YYC1 year agoSuper User
Well thats really odd. Best to proceed with opening a ticket with support. I cant think of any other reasons why you dont see it. And I have worked with different clients to get access to Fabric admin portal.