Forum Discussion
CI/CD - Remove Need to Update in Power BI Service
Has anyone been able to remove the need to go into Power BI and click update in the workspace using the pipeline in Azure DevOps?
4 Replies
- AnonymousNot applicable
Hi joeparkinson ,
Please review the following links, hope they can help you.
How to Automate and Customize Power BI Deployments with CI/CD Pipelines | phData
Best Regards
- joeparkinsonHelper I
Thanks but im not interested in using the deployment pipelines in power bi anymore. I just want to make it so when I create a pull request in devops, it automatically pushes it to Power BI once complete. At the moment, I need to go to Power BI and click update, which is needless steps
- bsmuckerFrequent Visitor
Hi Joe,
In the latest February 2024 update, Microsoft announced the release of new APIs for Git integration that allow you to automate the manual clicking.
This new set of APIs enables seamless incorporation of Fabric Git integration into your team’s end-to-end CI/CD pipeline, eliminating the need for manual triggering of actions from Fabric. The APIs encompass capabilities such as connecting a workspace to Git, committing changes to Git, updating changes from Git, retrieving the status of items in the workspace, and more.Here is a link to the blog post specifically for the new GIT APIs: Automate your CI/CD pipelines with Microsoft Fabric Git REST APIs