updateParameters
Updates the parameters values for the specified semantic models from the specified workspace.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Azure Power BI Account |
| No | The Power BI Cloud Account |
Azure Power BI Workspace ID |
| No | Workspace Id of the Power BI content |
Azure Power BI Workspace Name |
| No | Workspace Name of the Power BI content. (Workspace Name is case-sensitive) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Parameters Details |
| No | Provide the json input. Supports updating same/different params for multiple semantic models. |
Parameters Details File Path |
| No | The File Path specifying the parameters details. |
Inputs
Input Name | Input Code | Required | Description | Â |
---|---|---|---|---|
Power BI Account |
| No | Power BI Cloud account | Â |
Parameters Details |
| No | Provide the json input. Supports updating same/different params for multiple semantic models. (Supports Property Replacement) | {
"parametersDetails": [
{
"semanticmodelNames": [
"input1",
"input2"
],
"parameters": [
{
"key": "mymodelparameter",
"value": "${{parameterValue}}"
}
]
}
]
} |
Parameters Details File Path |
| No | The File Path specifying the parameters details. | Use Either the Details File Path or the Parameter Details |
Plugin Input will take priority over the Project Properties
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operations delegates the execution to the workflow developer to decide.
- style