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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.