Forum Discussion
BoNDoK00
3 years agoFrequent Visitor
Export-PowerBIReport access to path is denied
I am calling Export-PowerBIReport -Id <REPORT-GUID> -WorkspaceId <WORKSPACE-GUID> -OutFile '.' and I am getting this error" Export-PowerBIReport : Access to the path 'C:\User...
- 3 years ago
Sorry stupid question,
In the command, I should have provided the full path to the pbix file not just the path to the folder: e.g.
Export-PowerBIReport -Id <REPORT-GUID> -WorkspaceId <WORKSPACE-GUID> -OutFile '.\a.pbix'
BoNDoK00
3 years agoFrequent Visitor
Sorry stupid question,
In the command, I should have provided the full path to the pbix file not just the path to the folder: e.g.
Export-PowerBIReport -Id <REPORT-GUID> -WorkspaceId <WORKSPACE-GUID> -OutFile '.\a.pbix'