Aracılığıyla paylaş


Get-PowerBITable

Returns a list of Power BI tables.

Sözdizimi

DatasetId EnterprisePublishing

Get-PowerBITable
    -DatasetId <Guid>
    [-Name <String>]
    [-Scope <PowerBIUserScope>]
    [-First <Int32>]
    [-Skip <Int32>]
    [-WorkspaceId <Guid>]
    [-Workspace <Workspace>]
    [<CommonParameters>]

Dataset

Get-PowerBITable
    -Dataset <Dataset>
    [-Name <String>]
    [-Scope <PowerBIUserScope>]
    [-First <Int32>]
    [-Skip <Int32>]
    [-WorkspaceId <Guid>]
    [-Workspace <Workspace>]
    [<CommonParameters>]

Description

Retrieves a list of Power BI tables in the dataset that match the specified search criteria. Before you run this command, make sure you log in using Login-PowerBIServiceAccount.

Örnekler

Example 1

PS C:\> Get-PowerBITable -DatasetId eed49d27-8e3c-424d-9342-c6b3ca6db64d

Returns a list of all Power BI tables in dataset eed49d27-8e3c-424d-9342-c6b3ca6db64d

Example 2

PS C:\> Get-PowerBIDataset | ? AddRowsApiEnabled -eq $true | Get-PowerBITable

Returns a list of all Power BI tables in datasets which supports AddRowApi.

Parametreler

-Dataset

The dataset where the tables are stored.

Parametre özellikleri

Tür:Dataset
Default value:None
Joker karakterleri destekler:False
DontShow:False

Parametre kümeleri

Dataset
Position:Named
Zorunlu:True
İşlem hattından gelen değer:True
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-DatasetId

ID of the dataset where the tables are stored.

Parametre özellikleri

Tür:Guid
Default value:None
Joker karakterleri destekler:False
DontShow:False

Parametre kümeleri

DatasetId
Position:Named
Zorunlu:True
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-First

First (top) list of results.

Parametre özellikleri

Tür:Int32
Default value:None
Joker karakterleri destekler:False
DontShow:False
Diğer adlar:Top

Parametre kümeleri

(All)
Position:Named
Zorunlu:False
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-Name

Name of the table to return if one exists with that name. Case insensitive search.

Parametre özellikleri

Tür:String
Default value:None
Joker karakterleri destekler:False
DontShow:False

Parametre kümeleri

(All)
Position:Named
Zorunlu:False
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-Scope

Indicates scope of the call. Individual returns only tables under datasets assigned to the caller; Organization returns tables under any dataset within a tenant (must be an administrator to initiate). Individual is the default.

Parametre özellikleri

Tür:PowerBIUserScope
Default value:None
Kabul edilen değerler:Individual, Organization
Joker karakterleri destekler:False
DontShow:False

Parametre kümeleri

(All)
Position:Named
Zorunlu:False
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-Skip

Skips the first set of results.

Parametre özellikleri

Tür:Int32
Default value:None
Joker karakterleri destekler:False
DontShow:False

Parametre kümeleri

(All)
Position:Named
Zorunlu:False
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-Workspace

Workspace to filter results to, tables only belonging to that workspace are shown.

Parametre özellikleri

Tür:Workspace
Default value:None
Joker karakterleri destekler:False
DontShow:False
Diğer adlar:Group

Parametre kümeleri

(All)
Position:Named
Zorunlu:False
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

-WorkspaceId

ID of the workspace to filter results to, tables only belonging to that workspace are shown.

Parametre özellikleri

Tür:Guid
Default value:None
Joker karakterleri destekler:False
DontShow:False
Diğer adlar:GroupId

Parametre kümeleri

(All)
Position:Named
Zorunlu:False
İşlem hattından gelen değer:False
İşlem hattından özellik adına göre değer:False
Kalan argümanlardan elde edilen değer:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Girişler

Microsoft.PowerBI.Common.Api.Datasets.Dataset

Çıkışlar

System.Object