This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.