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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Charline_74
Resolver I
Resolver I

Power BI deployment pipeline Azure DevOps Dataflow

Hello

 

Is it possible to deploy a dataflow with an Azure DevOps pipeline ?

 

Just for information I'm using a Service Principal to run the pipeline. 

 

Thanks in Advance, 

 

Charline

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @Charline_74,

You can take a look at the following link about azure DevOps to invoke rest API, then you can refer them to use azure DevOps to integrate power bi rest API.

Invoke HTTP REST API task - Azure Pipelines | Microsoft Learn

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

Notice: 

current power bi seems not support to use API directly create a dataflow, so I think you may need to create it at first, and then you can use API to modify them.

Regards,

Xiaoxin Sheng

View solution in original post

hello @carolpz

 

The solution I found is to use a Service Account + The deployment task of the Power BI Automation Tools extension

View solution in original post

5 REPLIES 5
Daryl-Lynch-Bzy
Community Champion
Community Champion

Hi @Charline_74 - you can you the import api to upload the dataflow json. Imports - Post Import In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn.  The irony is that you need to use Power BI to create the json file.

@Anonymous 

 

carolpz
Regular Visitor

Hello, @Charline_74. Did you find a solution for deploying dataflow with Devops?

 

@Anonymous is there a way to move the dataflow from a workspace to another using APIs? I only see APIs to change, but not to deploy (even by power bi Deployment pipelines).

 

I'm looking for a solution to dataflow deployment, but I couldn't find a way to automate this. 

 

Thank you in advance.

Carol

hello @carolpz

 

The solution I found is to use a Service Account + The deployment task of the Power BI Automation Tools extension

Looks like an interesting tool but it lists in the limitations that it cannot be used to deploy dataflows with a service principal.

Anonymous
Not applicable

Hi @Charline_74,

You can take a look at the following link about azure DevOps to invoke rest API, then you can refer them to use azure DevOps to integrate power bi rest API.

Invoke HTTP REST API task - Azure Pipelines | Microsoft Learn

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

Notice: 

current power bi seems not support to use API directly create a dataflow, so I think you may need to create it at first, and then you can use API to modify them.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors