Export-PowerBIReport给出错误“ Export-PowerBIReport:操作返回了无效的状态码'NotFound'”

时间:2020-05-31 21:17:05

标签: powershell powerbi

当我尝试访问Export-PowerBIReport以导出.pbix报告文件时,出现错误“ Export-PowerBIReport:操作返回了无效的状态代码'NotFound'”。

我有PowerBI PRO帐户。 我已经安装了所有Power BI模块。下面是我使用的代码。请提出建议。

Connect-PowerBIServiceAccount
$wrkSpace = Get-PowerBIWorkspace -Name 'xxxx'
$rep1 = Get-PowerBIReport  -Name "Report Test1" -WorkspaceId $wrkSpace.id 
$rep1
$rep1ID = [guid]$rep1.Id
$rep1GUID = $rep1ID.guid
$wrkSpace.id 
$temp_path ='C:\test\test1.pbix' 
Export-PowerBIReport -Id $rep1ID  -WorkspaceId $wrkSpace.id -OutFile $temp_path  

1 个答案:

答案 0 :(得分:0)

在报表上设置了增量刷新,因此无法将其导出。