New-PowerBIWorkspace
Creates a new Power BI workspace.
Syntax
New-PowerBIWorkspace
-Name <String>
[<CommonParameters>]
Description
Creates a new Power BI workspace with the current user as the workspace administrator.
Examples
Example 1
PS C:\> New-PowerBIWorkspace -Name "New Workspace"
Creates a new Power BI workspace called "New Workspace" and adds the current user as the workspace administrator.
Parameters
-Name
The name to give to the new workspace. If the name matches another workspace in the organization, the operation will fail.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object