< Back
Clear-PBITableRows
Post
NAME Clear-PBITableRows
SYNOPSIS
Delete all the rows of a PowerBI dataset table
SYNTAX
Clear-PBITableRows [-authToken <String>] -dataSetId <String> -tableName <String> [-groupId <String>]
[<CommonParameters>]
Clear-PBITableRows [-authToken <String>] -dataSetName <String> -tableName <String> [-groupId <String>]
[<CommonParameters>]
DESCRIPTION
Delete all the rows of a PowerBI dataset table
PARAMETERS
-authToken <String>
The authorization token required to comunicate with the PowerBI APIs
Use 'Get-PBIAuthToken' to get the authorization token string
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-dataSetId <String>
The id of the dataset in PowerBI
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-dataSetName <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-tableName <String>
The name of the table of the dataset
Required? true
Position? named
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? named
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:\\>Clear-PBITableRows -authToken "authToken" -DataSetId "DataSetId" -TableName "Table"
RELATED LINKS
SYNOPSIS
Delete all the rows of a PowerBI dataset table
SYNTAX
Clear-PBITableRows [-authToken <String>] -dataSetId <String> -tableName <String> [-groupId <String>]
[<CommonParameters>]
Clear-PBITableRows [-authToken <String>] -dataSetName <String> -tableName <String> [-groupId <String>]
[<CommonParameters>]
DESCRIPTION
Delete all the rows of a PowerBI dataset table
PARAMETERS
-authToken <String>
The authorization token required to comunicate with the PowerBI APIs
Use 'Get-PBIAuthToken' to get the authorization token string
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-dataSetId <String>
The id of the dataset in PowerBI
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-dataSetName <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-tableName <String>
The name of the table of the dataset
Required? true
Position? named
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? named
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:\\>Clear-PBITableRows -authToken "authToken" -DataSetId "DataSetId" -TableName "Table"
RELATED LINKS