Version Control in Power BI and Fabric

Поділитися
Вставка
  • Опубліковано 13 лис 2023
  • Power BI and Microsoft Fabric use Azure DevOps as the core component for their version and source control. The integration with Azure DevOps and Git helps maintain a copy of the source code and version it. It allows access to it anytime needed, plus the multi-development aspect added. In this article and video, you will learn how this integration works.
    Read my blog article here to learn more:
    radacad.com/version-control-i...
  • Наука та технологія

КОМЕНТАРІ • 26

  • @1976daneboy
    @1976daneboy 8 місяців тому +1

    This video is exactly what I’ve been looking for! Can’t wait for the next video on best practices around the process flow of branches. Thanks!

  • @pratikfutane8131
    @pratikfutane8131 7 місяців тому

    Great video Reza. Eagerly awaiting for the next video for the best practices. Thank you!

  • @mohamed06126
    @mohamed06126 7 місяців тому

    Excellent video..look forward to the next video on the process. Thanks RADACAD

  • @kuto1
    @kuto1 8 місяців тому

    Really great content, appreciate it. Would love to learn more about process best practices.

  • @goldwhispers
    @goldwhispers 8 місяців тому +2

    look forward to the video on the process! :)

    • @RADACAD
      @RADACAD  8 місяців тому +1

      Will do!

  • @schtefel
    @schtefel 4 місяці тому

    Just watched through your Microsoft Fabric playlist, incredibly helpful to get an overview of all the Fabric services!
    What would you advise how to tackle the MS DP-600 certification?

  • @ScientistIzaak
    @ScientistIzaak 6 місяців тому +2

    Eager for the process side of git branches and pipeline workflow! Do you have an ETA? Currently working on git/pipeline documentation and can't find a lot of resources on this topic.

  • @pasargardp9597
    @pasargardp9597 8 місяців тому

    Thanks, Reza, well explained.

    • @RADACAD
      @RADACAD  8 місяців тому

      Glad it was helpful!

  • @michaelsedlock6122
    @michaelsedlock6122 5 місяців тому

    Awesome video. We have hundreds of PBI reports. Do you create a DevOps project for each report?

  • @marktimson1200
    @marktimson1200 11 днів тому

    with RDL Files in mind do we need the .PLATFORM Files in source control? Is there anyway to exclude them if they arent required?

  • @chrisowens6161
    @chrisowens6161 6 місяців тому

    great video, very useful, can you please confirm if the dataset pbix files under git control (we separate our datasets from our visuals), is the data itself stored in Github, or just the metadata of the data and not the data itself? (really only pertinent for Import Models where the data is stored in the pbix)

  • @fabiuskumgne3659
    @fabiuskumgne3659 14 днів тому

    COOL

  • @kavinamurugesan1816
    @kavinamurugesan1816 Місяць тому

    Can you please make a video of how 2 people can work on one file in pbix file?!

  • @vrmotovlog4333
    @vrmotovlog4333 3 місяці тому

    Super!

    • @RADACAD
      @RADACAD  3 місяці тому

      Thank you!

  • @ExasolUser
    @ExasolUser 5 місяців тому

    does it work only if you have Microsoft Fabric?

  • @sekharjc-qf8tf
    @sekharjc-qf8tf 2 місяці тому

    Without Fabric workspace Git integration is possible?

  • @va20ych
    @va20ych 8 місяців тому

    Can I commit/push directly from PowerBI Desktop?

    • @RADACAD
      @RADACAD  8 місяців тому +1

      not yet, but hopefully in the future

    • @va20ych
      @va20ych 7 місяців тому

      thanks@@RADACAD!

    • @selwynvanrooyen9432
      @selwynvanrooyen9432 3 місяці тому

      @@RADACAD Is this still the case currently?

    • @luizaoancea7217
      @luizaoancea7217 Місяць тому

      You can do it with local source control. You clone that repository to your local machine and commit the changes locally with your preferred source control tool. And when you push the changes to your remote branch, if you have a workspace connected to that branch, then you will see the changes from desktop in the service