Forum Discussion

cokiedo's avatar
cokiedo
New Member
2 years ago
Solved

Unauthorised when using Get-PowerBIWorkspace

I am connecting to powerbi service the following command but get an unauthorised message.  Which specific api permissions are needed to be able to retrieve PowerbiWorkspace.

 

Connect-PowerBIServiceAccount -CertificateThumbprint $CertThumbprint -ApplicationId $Appid -Tenant $TenantID -ServicePrincipal

 

 

Get-PowerBIWorkspace : Operation returned an invalid status code 'Unauthorized'
At line:2 char:14
+ $workspace = Get-PowerBIWorkspace -Name $workspaceName
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Power...owerBIWorkspace:GetPowerBIWorkspace) [Get-PowerBIWorkspace], HttpOperationException
+ FullyQualifiedErrorId : Operation returned an invalid status code 'Unauthorized',Microsoft.PowerBI.Commands.Workspaces.GetPowerBIWorkspace

 

 

I have setup these api permissions already:

 

 

1 Reply