New-PowerBIReport - Problem with the path

This is my code :

New-PowerBIReport -Path 'C:\Users\ltotra\Documents\REPORT FINANCE DEV.pbix' -Name 'REPORT FINANCE DEV' -Workspace (Get-PowerBIWorkspace -Name 'WKS - Pipeline [DEV]') -ConflictAction CreateOrOverwrite

I have a problem with the path but I don’t know why :

In PowerShell this script works but in Azure DevOps it does not.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.