次の方法で共有


Get-PowerBIDataset

Returns a list of Power BI datasets.

構文

List (既定)

Get-PowerBIDataset
    [-Scope <PowerBIUserScope>]
    [-Filter <String>]
    [-First <Int32>]
    [-Include <String>]
    [-Skip <Int32>]
    [-WorkspaceId <Guid>]
    [<CommonParameters>]

Id

Get-PowerBIDataset
    -Id <Guid>
    [-Scope <PowerBIUserScope>]
    [-Include <String>]
    [-WorkspaceId <Guid>]
    [<CommonParameters>]

ObjectAndId

Get-PowerBIDataset
    -Id <Guid>
    -Workspace <Workspace>
    [-Scope <PowerBIUserScope>]
    [-Include <String>]
    [<CommonParameters>]

Name

Get-PowerBIDataset
    -Name <String>
    [-Scope <PowerBIUserScope>]
    [-Include <String>]
    [-WorkspaceId <Guid>]
    [<CommonParameters>]

ObjectAndName

Get-PowerBIDataset
    -Name <String>
    -Workspace <Workspace>
    [-Scope <PowerBIUserScope>]
    [-Include <String>]
    [<CommonParameters>]

ObjectAndList

Get-PowerBIDataset
    -Workspace <Workspace>
    [-Scope <PowerBIUserScope>]
    [-First <Int32>]
    [-Include <String>]
    [-Skip <Int32>]
    [<CommonParameters>]

説明

Retrieves a list of Power BI datasets that match the specified search criteria and scope. Before you run this command, make sure you log in using Connect-PowerBIServiceAccount. For -Scope Individual, datasets are returned from "My Workspace" unless -Workspace or -WorkspaceId is specified.

Example 1

PS C:\> Get-PowerBIDataset

Returns a list of all Power BI datasets a user has access to.

Example 2

PS C:\> Get-PowerBIDataset -Scope Organization

Returns a list of all Power BI datasets within a user's organization.

パラメーター

-Filter

OData filter, case-sensitive (element names start lowercase). Only supported when -Scope Organization is specified.

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

List
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-First

First (top) list of results.

パラメーターのプロパティ

型:Int32
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:Top

パラメーター セット

List
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
ObjectAndList
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Id

ID of the dataset to return.

パラメーターのプロパティ

型:Guid
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:DatasetId

パラメーター セット

Id
配置:Named
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
ObjectAndId
配置:Named
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Include

OData expand, case-sensitive (element names start lowercase).

パラメーターのプロパティ

型:String
規定値:None
指定可能な値:actualStorage
ワイルドカードのサポート:False
DontShow:False
Aliases:Expand

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Name

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

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

Name
配置:Named
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
ObjectAndName
配置:Named
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Scope

Indicates scope of the call. Individual returns datasets from "My Workspace" by default. With -Workspace or -WorkspaceId, datasets under the workspace assigned to the caller are returned; Organization returns all datasets within a tenant (must be an administrator to initiate). Individual is the default.

パラメーターのプロパティ

型:PowerBIUserScope
規定値:None
指定可能な値:Individual, Organization
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Skip

Skips the first set of results.

パラメーターのプロパティ

型:Int32
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

List
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
ObjectAndList
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Workspace

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

パラメーターのプロパティ

型:Workspace
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:Group

パラメーター セット

ObjectAndId
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
ObjectAndName
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
ObjectAndList
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-WorkspaceId

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

パラメーターのプロパティ

型:Guid
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:GroupId

パラメーター セット

List
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
Id
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False
Name
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値: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.

入力

None

出力

System.Object