Remove-PowerBIRow

Removes rows from a Power BI table.

Syntax

Remove-PowerBIRow
      -Dataset <Dataset>
      -TableName <String>
      [-WorkspaceId <Guid>]
      [-Workspace <Workspace>]
      [<CommonParameters>]
Remove-PowerBIRow
      -DatasetId <Guid>
      -TableName <String>
      [-WorkspaceId <Guid>]
      [-Workspace <Workspace>]
      [<CommonParameters>]

Description

Performs removal of rows from a Power BI table.

Examples

Example 1

PS C:\> Remove-PowerBIRow -DataSetId 4b644350-f745-48dd-821c-f008350199a8 -TableName Table1

Removes rows from the table Table1 in specified dataset.

Parameters

-Dataset

A dataset containing the table where rows are to be removed.

Type:Dataset
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-DatasetId

ID of the dataset containing the table where rows are to be removed.

Type:Guid
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-TableName

Name of the table.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Workspace

Workspace containing the dataset and table for row removal.

Type:Workspace
Aliases:Group
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-WorkspaceId

ID of the workspace containing the dataset and table for row removal.

Type:Guid
Aliases:GroupId
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.PowerBI.Common.Api.Datasets.Dataset

Microsoft.PowerBI.Common.Api.Workspaces.Workspace

Outputs

Microsoft.PowerBI.Common.Api.Datasets.Dataset