Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

New-PowerBIReport timing out after 1m59 - Timeout parameter not working

I am trying to run the following Powershell Command:   New-PowerBIReport -Path 'report.pbix' -ConflictAction CreateOrOverwrite -WorkspaceId $workspaceID -Timeout 10000   However, regardless of th...
  • Anonymous's avatar
    Anonymous
    3 years ago

    After using a temporary storage location I was able to resolve my issue