Forum Discussion
jeremyg
7 years agoAdvocate 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 Expo...
Anonymous
7 years agoNot applicable
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
- jeremyg7 years agoAdvocate I
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.- jeremyg7 years agoAdvocate I
Connect-PowerBIServiceAccount
Get-PowerBIDatasource -DatasetId c972ee60-37c9-b446-846f-9b4224166e3eReturn same error,
but bypassed below with commands REST API, i get resultsConnect-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- Anonymous7 years agoNot applicable
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