external help file | Module Name | online version | schema |
---|---|---|---|
PowerBIPS.Tools-help.xml |
PowerBIPS.Tools |
2.0.0 |
A quick way to convert a Power BI Desktop file into an Analysis Services Tabular Project
Convert-PowerBIDesktopToASTabular -pbiDesktopWindowName <String> -outputPath <String>
[-removeInternalPBITables] [<CommonParameters>]
Convert-PowerBIDesktopToASTabular -pbiDesktopPbiTemplatePath <String> -outputPath <String>
[-removeInternalPBITables] [<CommonParameters>]
A quick way to convert a Power BI Desktop file into an Analysis Services Tabular Project
Convert-PowerBIDesktopToASTabular -pbiDesktopWindowName "*VanArsdel - Sales*" -outputPath ".\SSASProj"
Power BI Desktop window name, wildcards can be used. Ex: "name"
Type: String
Parameter Sets: pbiDesktopWindowName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Path to PowerBI Template
Type: String
Parameter Sets: pbiDesktopPbiTemplatePath
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Path to the output folder
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This remove internal tables like "Localdate_XXXXXX"
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).