Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
B2BI
Frequent Visitor

REST API Update dataflow parameters or create rules in pipeline

Hi All,
I'm writing a script for automatic deployment

I successfully update the dataset parameters via the REST API, I need the same for dataflow.
Or as another solution, create a rule for the deployment pipeline using  API

Thanks for your help




2 REPLIES 2
B2BI
Frequent Visitor

Hi @Anonymous 
Thanks for the answer, changing the name of the dataflow using this method is certainly not what I wanted

Is there any information about creating rules for deployment pipelines using parameters via API?

Anonymous
Not applicable

 Hi @B2BI ,

Upon thorough investigation, it appears that there isn’t a dedicated REST API endpoint specifically for updating the parameters of a dataflow directly. Nevertheless, you can utilize the following REST API endpoint if you wish to modify the information of the dataflow: 

Dataflows - Update Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Learn

{
"name": "newDataflowName",
"description": "New dataflow description",
"allowNativeQueries": "false",
"computeEngineBehavior": "computeOptimized"
}

 

Best Regards

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.