Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |