Forum Discussion

julsr's avatar
julsr
Continued Contributor
2 years ago
Solved

PowerBI Deployment Pipelines as source Control

Hello Everyone,   I've already created my Deployment Pipeline using the PowerBI feature, and it's working without problem, but I have two questions: 1. Is it possible to do a rollback here? Imagin...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi julsr ,

     

    1. There is no built-in revert or rollback option in the deployment pipeline feature. However, you can use version control tools like Git to store and manage your Power BI files, and then re-deploy a previous version from dev to test and prod stages if needed. You can learn more about how to use Git integration with Power BI Desktop projects in this article.
    2. The deployment pipeline feature is not a source control system by itself. It is a way to automate the deployment of Power BI content across different environments, but it does not track the changes or history of your files. You still need to use a source control tool like Git to backup, version, and collaborate on your Power BI files. You can also use Azure DevOps to integrate with Git and Power BI for a complete CI/CD workflow. You can find some useful resources on how to do this in this blog post.

     

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly.