New-PowerBIWorkspace
Creates a new Power BI workspace.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.