Goals (Preview) - Refresh Goal Current Value

Schedules a refresh of the connected value of a goal.

Required Scope

Dataset.ReadWrite.All

POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/scorecards({scorecardId})/goals({goalId})/RefreshGoalCurrentValue()

URI Parameters

Name In Required Type Description
goalId
path True

string

uuid

The unique identifier of the goal

groupId
path True

string

uuid

The unique identifier of the workspace

scorecardId
path True

string

uuid

The unique identifier of the scorecard

Responses

Name Type Description
202 Accepted

Empty response

Examples

Example

Sample Request

POST https://api.powerbi.com/v1.0/myorg/groups/bc390256-fa54-4bd8-96a1-2c80df0cf704/scorecards(c3ac3850-5d7f-4a43-a9db-549e1a44ad62)/goals(c26e60d6-58a4-41d0-a0b1-a24127bbbffb)/RefreshGoalCurrentValue()

Sample Response