Forum Discussion

Charline_74's avatar
Charline_74
Resolver I
3 years ago
Solved

Export-PowerBIDataflow

Here is my PowerShell script:   $credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList "APPID", ("Secret" | ConvertTo-SecureString -AsPlainText -Force) Connect...
  • Anonymous's avatar
    Anonymous
    3 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