Remove-PowerBIRow
Menghapus baris dari tabel Power BI.
Sintaks
Remove-PowerBIRow
-Dataset <Dataset>
-TableName <String>
[-WorkspaceId <Guid>]
[-Workspace <Workspace>]
[<CommonParameters>]
Remove-PowerBIRow
-DatasetId <Guid>
-TableName <String>
[-WorkspaceId <Guid>]
[-Workspace <Workspace>]
[<CommonParameters>]
Deskripsi
Melakukan penghapusan baris dari tabel Power BI.
Contoh
Contoh 1
PS C:\> Remove-PowerBIRow -DataSetId 4b644350-f745-48dd-821c-f008350199a8 -TableName Table1
Menghapus baris dari tabel Table1 dalam himpunan data tertentu.
Parameter
-Dataset
Himpunan data yang berisi tabel tempat baris akan dihapus.
Type: | Dataset |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-DatasetId
ID himpunan data yang berisi tabel tempat baris akan dihapus.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TableName
Nama tabel.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Workspace
Ruang kerja yang berisi himpunan data dan tabel untuk penghapusan baris.
Type: | Workspace |
Aliases: | Group |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WorkspaceId
ID ruang kerja yang berisi himpunan data dan tabel untuk penghapusan baris.
Type: | Guid |
Aliases: | GroupId |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Input
Microsoft.PowerBI.Common.Api.Datasets.Dataset
Microsoft.PowerBI.Common.Api.Workspaces.Workspace
Output
Microsoft.PowerBI.Common.Api.Datasets.Dataset