< Back

Get-PBIDataSetFromPBIDesktop

Sat Jan 18, 2020 8:40 pm

NAME Get-PBIDataSetFromPBIDesktop



SYNOPSIS

A quick way to convert a Power BI Desktop file in a REST API enabled dataset





SYNTAX

Get-PBIDataSetFromPBIDesktop [-pbiDesktopWindowName] <String> [-datasetName] <String> [<CommonParameters>]





DESCRIPTION

A quick way to convert a Power BI Desktop file in a REST API enabled dataset





PARAMETERS

-pbiDesktopWindowName <String>

Power BI Desktop window name, wildcards can be used. Ex: "*name*"



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-datasetName <String>

Name to Dataset



Required? true

Position? 2

Default value

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



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-PBIDataSetFromPBIDesktop -datasetName $datasetName -pbiDesktopWindowName "*RealTime*"















RELATED LINKS