< Back

Get-PBIDashboardTile

Sat Jan 18, 2020 8:41 pm

NAME Get-PBIDashboardTile



SYNOPSIS

Gets all the tiles for a specific dashboard.





SYNTAX

Get-PBIDashboardTile [[-authToken] <String>] [-dashboard] <Object> [[-tileId] <String>] [[-groupId] <String>]

[<CommonParameters>]





DESCRIPTION

Gets all the tiles for a specific dashboard.





PARAMETERS

-authToken <String>

The authorization token required to communicate with the PowerBI APIs

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



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-dashboard <Object>



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-tileId <String>

The id of the tile



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-groupId <String>

Id of the workspace where the reports will get pulled



Required? false

Position? 4

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:\\>Get-PBIDashboardTile -dashboard "XXXX-XXXX-XXXX"













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-PBIDashboard -id "GUID" | Get-PBIDashboardTile















RELATED LINKS