external help file | Module Name | online version | schema |
---|---|---|---|
PowerBIPS-help.xml |
PowerBIPS |
2.0.0 |
Get refresh history of one or more datasets
Get-PBIDatasetRefreshHistory [[-authToken] <String>] [-dataset] <Object> [[-top] <Int32>] [[-groupId] <String>]
[<CommonParameters>]
{{Fill in the Description}}
Get-PBIDatasetRefreshHistory -dataset "GUID"
Get-PBIDataSet -name "Dataset name" | Get-PBIDatasetRefreshHistory
The authorization token required to comunicate with the PowerBI APIs Use 'Get-PBIAuthToken' to get the authorization token string
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill dataset Description}}
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Limit the number of items returned by the top N
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
{{Fill groupId Description}}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).