Forum Discussion

Charline_74's avatar
Charline_74
Icon for Resolver I rankResolver I
3 years ago
Solved

Set-PowerBIWorkspace error

Hello,  I am trying to change the name of a workspace without success: Here is my code:   Set-PowerBIWorkspace -Scope Organization -Id "1fe0391c-cc6f-495a-bd48-b397c1ea2481" -Name "Test DS WS" -...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Charline_74 ,

    According to the error message, it seems that you didn't have the sufficient privileges to do it. The administrator rights (such as Office 365 Global Administrator or Power BI Service Administrator) is necessary when you call this command. And it only support the workspaces in the new workspace experiences. Please review the following official documentation for more details.

    Set-PowerBIWorkspace

    Renaming an existing workspace

    Best Regards