< Back
New-PowerBIWorkspace
Post
NAME New-PowerBIWorkspace
SYNOPSIS
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.
PARAMETERS
-Name <String>
The name to give to the new workspace. If the name matches another workspace in the organization, the
operation will fail.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
-------------------------- 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.
RELATED LINKS
SYNOPSIS
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.
PARAMETERS
-Name <String>
The name to give to the new workspace. If the name matches another workspace in the organization, the
operation will fail.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
-------------------------- 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.
RELATED LINKS