Forum Discussion

vijaykvs's avatar
vijaykvs
Microsoft Employee
2 years ago
Solved

Unauthorized error when trying to export report using Powershell command Export-PowerBIReport

I am trying to export pbix report to my local machine. I have admin access on the workspace and am able to list the reports. However, I'm getting "unauthorized..." error while trying to export the report. Appreciate any help here.

 

Here is the code I'm using

Connect-PowerBIServiceAccount

Export-PowerBIReport -Id XXXXX -WorkspaceId XXXXX -OutFile .\ExportReportByPowershell.pbix -Verbose

 

Error Message:

Export-PowerBIReport : Operation returned an invalid status code 'Unauthorized'
At line:12 char:3
+ Export-PowerBIReport -Id $reportId -WorkspaceId $workspace.Id -OutF ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Power...rtPowerBIReport:ExportPowerBIReport) [Export-PowerBIReport], HttpOperationException
+ FullyQualifiedErrorId : Operation returned an invalid status code 'Unauthorized',Microsoft.PowerBI.Commands.Reports.ExportPowerBIReport

VERBOSE: Request Uri: https://api.powerbi.com/v1.0/myorg/groups/xxxxx/reports/xxxxx/Export
VERBOSE: Status Code: Unauthorized (401)

 

4 Replies