< Back

New-PBIDashboard

Sat Jan 18, 2020 8:42 pm

NAME New-PBIDashboard



SYNOPSIS

Create a new Dashboard





SYNTAX

New-PBIDashboard [-authToken] <String> [-name] <String> [[-groupId] <String>] [<CommonParameters>]





DESCRIPTION

Create a new Dashboard in PowerBI





PARAMETERS

-authToken <String>

The authorization token required to comunicate with the PowerBI APIs

Use 'Get-PBIAuthToken' to get the authorization token string



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <String>

The name of the new dashboard



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-groupId <String>

The id of the group in PowerBI



Required? false

Position? 3

Default value

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



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>New-PBIDashboard -authToken $authToken -groupId $groupId



A new dashboard will be created and in case of success return the internal dashboard id











RELATED LINKS