Forum Discussion
Charline_74
3 years agoResolver I
Export-PowerBIDataflow
Here is my PowerShell script: $credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList "APPID", ("Secret" | ConvertTo-SecureString -AsPlainText -Force)
Connect...
- Anonymous3 years ago
HI Charline_74,
According to The error message, it seems like these scripts failed to access to the specific path. I'd like to suggest you check the permissions of the PowerShell and folder if it allows to execute these operations.
In addition, you can also try to change the absolute path to relative path if it helps with these process.
Regards,
Xiaoxin Sheng
Anonymous
3 years agoNot applicable
HI Charline_74,
According to The error message, it seems like these scripts failed to access to the specific path. I'd like to suggest you check the permissions of the PowerShell and folder if it allows to execute these operations.
In addition, you can also try to change the absolute path to relative path if it helps with these process.
Regards,
Xiaoxin Sheng