Skip to content

Latest commit

 

History

History
108 lines (82 loc) · 1.89 KB

Get-PBIDatasetRefreshHistory.md

File metadata and controls

108 lines (82 loc) · 1.89 KB
external help file Module Name online version schema
PowerBIPS-help.xml
PowerBIPS
2.0.0

Get-PBIDatasetRefreshHistory

SYNOPSIS

Get refresh history of one or more datasets

SYNTAX

Get-PBIDatasetRefreshHistory [[-authToken] <String>] [-dataset] <Object> [[-top] <Int32>] [[-groupId] <String>]
 [<CommonParameters>]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

EXAMPLE 1

Get-PBIDatasetRefreshHistory -dataset "GUID"

EXAMPLE 2

Get-PBIDataSet -name "Dataset name" | Get-PBIDatasetRefreshHistory

PARAMETERS

-authToken

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

-dataset

{{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

-top

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

-groupId

{{Fill groupId Description}}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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).

INPUTS

OUTPUTS

NOTES

RELATED LINKS