< Back

Get-PowerBIDataset

Sat Jan 18, 2020 4:12 pm

NAME Get-PowerBIDataset



SYNOPSIS

Returns a list of Power BI datasets.





SYNTAX

Get-PowerBIDataset [-Filter <String>] [-First <Int32>] [-Include {actualStorage}] [-Scope {Individual |

Organization}] [-Skip <Int32>] [-WorkspaceId <Guid>] [<CommonParameters>]



Get-PowerBIDataset [-First <Int32>] [-Include {actualStorage}] [-Scope {Individual | Organization}] [-Skip

<Int32>] -Workspace <Workspace> [<CommonParameters>]



Get-PowerBIDataset -Id <Guid> [-Include {actualStorage}] [-Scope {Individual | Organization}] [-WorkspaceId

<Guid>] [<CommonParameters>]



Get-PowerBIDataset -Id <Guid> [-Include {actualStorage}] [-Scope {Individual | Organization}] -Workspace

<Workspace> [<CommonParameters>]



Get-PowerBIDataset [-Include {actualStorage}] -Name <String> [-Scope {Individual | Organization}] [-WorkspaceId

<Guid>] [<CommonParameters>]



Get-PowerBIDataset [-Include {actualStorage}] -Name <String> [-Scope {Individual | Organization}] -Workspace

<Workspace> [<CommonParameters>]





DESCRIPTION

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.





PARAMETERS

-Filter <String>

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

specified.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-First <Int32>

First (top) list of results.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Id <Guid>

ID of the dataset to return.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Include <String>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

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



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Scope <PowerBIUserScope>

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.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Skip <Int32>

Skips the first set of results.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Workspace <Workspace>

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



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-WorkspaceId <Guid>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









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



RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... powerbi-ps