Skip to content

Latest commit

 

History

History
116 lines (89 loc) · 2.05 KB

Set-PBIDatasetParameters.md

File metadata and controls

116 lines (89 loc) · 2.05 KB
external help file Module Name online version schema
PowerBIPS-help.xml
PowerBIPS
2.0.0

Set-PBIDatasetParameters

SYNOPSIS

Change parameter values in one or more datasets.

SYNTAX

Set-PBIDatasetParameters [[-authToken] <String>] [-dataset] <Object> [-parameters] <Object>
 [[-groupId] <String>] [<CommonParameters>]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

EXAMPLE 1

Set-PBIDatasetParameters -dataset "GUID" -parameters @(...)

EXAMPLE 2

Get-PBIDataSet -name "Dataset name" | Set-PBIDatasetParameters -parameters @(...)

PARAMETERS

-authToken

The authorization token required to comunicate with the PowerBI APIs Use 'Get-PBIAuthToken' to get the authorization token string

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-dataset

{{Fill dataset Description}}

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-parameters

An hashtable with the following structure:

$parameters = @( @{ name="ParameterName" newValue="NewParameterValue" }, ... )

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-groupId

{{Fill groupId Description}}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS