Forum Discussion

kimlaurits's avatar
kimlaurits
Frequent Visitor
4 years ago
Solved

Invoke-PowerBIRestMethod - description of Workspace

Hi, I am trying to automate the creation of PowerBI Workspaces. I am able to create a new workspace: $body = '{"name": "' + $PowerBIWorkspaceName + '"}' $PowerBIWorkspace = Invoke-PowerBIRestMeth...