Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jeremyg
Advocate I
Advocate I

Powershell PowerBIMgmt - WriteError

Hi, 

In PowerShell, using the Microsoft.PowerBi.Management Cmdlet API,
https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps

When i want export Report with command Export-PowerBIReport ,
something went wrong and said status code 404 'not found'.
- Report Id is good. 
- Path OutFile is working with other command. 

PS> Export-PowerBIReport -Id b0f8c75d-24b2-4eb3-f0b0-19bc4f3cd7e6 -OutFile C:\Temp\Production.pbix
Export-PowerBIReport : Operation returned an invalid status code 'NotFound'At line:8 char:5
+ Export-PowerBIReport -Id $space.Id -OutFile $name
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Power...rtPowerBIReport:ExportPowerBIReport) [Export-PowerBIReport], HttpOperationException
+ FullyQualifiedErrorId : Operation returned an invalid status code 'NotFound',Microsoft.PowerBI.Commands.Reports.ExportPowerBIReport

5 REPLIES 5
v-shex-msft
Community Support
Community Support

Hi @jeremyg ,

Is there anything special on your report? If you test on service side, can you find export option on that report?
In addition, did this issue only appears when you use current id and path?

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Yes, I can export the report from Powerbi service, we are looking for backup automotion,
and no issue with path, this work with other commands.

Connect-PowerBIServiceAccount
Get-PowerBIDatasource -DatasetId c972ee60-37c9-b446-846f-9b4224166e3e

Return same error,
but bypassed below with commands REST API, i get results

 

Connect-PowerBIServiceAccount
$headers = Get-PowerBIAccessToken
$Uri = 'https://api.powerbi.com/v1.0/myorg/groups/ --- [WORKSPACE ID] --- /datasets/c972ee60-37c9-b446-846f-9b4224166e3e/datasources'
Invoke-RestMethod -Headers $headers -Uri $Uri

 

Hi @jeremyg ,

If you use fiddler to trace powershell request, can you trace some details error message about that request? 
In addition, you can also post to develop forum to get better support.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Can we get the error message in powershell which we get from fiddle during trobleshooting, i dont get much infromation except status code 400, etc

in fiddle we get like below error message  

{"error":{"code":"InvalidRequest","message":"Invalid dataset refresh request. Another refresh request is already executing"}}

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors