Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
I have a problem:
I am using Azure DevOps to create a pipeline in Power BI service.
I use the Power BI Automation Tools extension + PowerShell Scripts + Power BI Rest API
However, I am not able to update my dataset settings.
I would like to be able to automatically retrieve the id of my dataset and then add it to the following REST API:
POST https://api.powerbi.com/v1.0/myorg/datasets/IdDataset/Default.UpdateParameters
Does anyone have an idea or can help me?
Thanks in advance,
Charline
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, you can get the id of your dataset, then you need to understand these restrictions below.
The parameter types Any and Binary can't be updated for some security reasons. Please check the parameter's type.
Parameters names are case-sensitive. Please check if the name in request body.
And please check the there are some limitations on power bi dataset. For more details you can refer this link.
Datasets - Update Parameters In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Or what is message of the responses when you try update parameters?
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, you can get the id of your dataset, then you need to understand these restrictions below.
The parameter types Any and Binary can't be updated for some security reasons. Please check the parameter's type.
Parameters names are case-sensitive. Please check if the name in request body.
And please check the there are some limitations on power bi dataset. For more details you can refer this link.
Datasets - Update Parameters In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Or what is message of the responses when you try update parameters?
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |