Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
When I am trying to access Export-PowerBIReport to export .pbix report file I am getting error "Export-PowerBIReport : Operation returned an invalid status code 'NotFound'".
I have PowerBI PRO account. I have install all power BI modules.Below is the code I have used . Please suggest.
Connect-PowerBIServiceAccount$wrkSpace = Get-PowerBIWorkspace -Name 'xxxx'$rep1 = Get-PowerBIReport -Name "Report Test1" -WorkspaceId $wrkSpace.id $rep1 $rep1ID = [guid]$rep1.Id$wrkSpace.id $temp_path ='C:\test\test1.pbix' Export-PowerBIReport -Id $rep1ID -WorkspaceId $wrkSpace.id -OutFile $temp_path
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |