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.
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.