Version Control in Power BI and Fabric

Sdílet
Vložit
  • čas přidán 13. 11. 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...
  • Věda a technologie

Komentáře • 26

  • @1976daneboy
    @1976daneboy Před 8 měsíci +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 Před 7 měsíci

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

  • @mohamed06126
    @mohamed06126 Před 8 měsíci

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

  • @kuto1
    @kuto1 Před 8 měsíci

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

  • @goldwhispers
    @goldwhispers Před 8 měsíci +2

    look forward to the video on the process! :)

  • @pasargardp9597
    @pasargardp9597 Před 8 měsíci

    Thanks, Reza, well explained.

    • @RADACAD
      @RADACAD  Před 8 měsíci

      Glad it was helpful!

  • @schtefel
    @schtefel Před 4 měsíci

    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 Před 6 měsíci +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.

  • @marktimson1200
    @marktimson1200 Před 22 dny

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

  • @michaelsedlock6122
    @michaelsedlock6122 Před 5 měsíci

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

  • @fabiuskumgne3659
    @fabiuskumgne3659 Před 25 dny

    COOL

  • @ExasolUser
    @ExasolUser Před 5 měsíci

    does it work only if you have Microsoft Fabric?

  • @chrisowens6161
    @chrisowens6161 Před 6 měsíci

    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)

  • @sekharjc-qf8tf
    @sekharjc-qf8tf Před 3 měsíci

    Without Fabric workspace Git integration is possible?

  • @vrmotovlog4333
    @vrmotovlog4333 Před 4 měsíci

    Super!

  • @kavinamurugesan1816
    @kavinamurugesan1816 Před měsícem

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

  • @va20ych
    @va20ych Před 8 měsíci

    Can I commit/push directly from PowerBI Desktop?

    • @RADACAD
      @RADACAD  Před 8 měsíci +1

      not yet, but hopefully in the future

    • @va20ych
      @va20ych Před 8 měsíci

      thanks@@RADACAD!

    • @selwynvanrooyen9432
      @selwynvanrooyen9432 Před 4 měsíci

      @@RADACAD Is this still the case currently?

    • @luizaoancea7217
      @luizaoancea7217 Před 2 měsíci

      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