Forum Discussion
Power BI deployment pipeline Azure DevOps Dataflow
- Anonymous3 years ago
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
- 3 years ago
hello carolpz,
The solution I found is to use a Service Account + The deployment task of the Power BI Automation Tools extension
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