Version Control in Power BI and Fabric

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ส.ค. 2024
  • 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/ve...

ความคิดเห็น • 26

  • @1976daneboy
    @1976daneboy 9 หลายเดือนก่อน +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 8 หลายเดือนก่อน

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

  • @mohamed06126
    @mohamed06126 8 หลายเดือนก่อน

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

  • @goldwhispers
    @goldwhispers 9 หลายเดือนก่อน +2

    look forward to the video on the process! :)

    • @RADACAD
      @RADACAD  9 หลายเดือนก่อน +1

      Will do!

  • @kuto1
    @kuto1 9 หลายเดือนก่อน

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

  • @pasargardp9597
    @pasargardp9597 9 หลายเดือนก่อน

    Thanks, Reza, well explained.

    • @RADACAD
      @RADACAD  9 หลายเดือนก่อน

      Glad it was helpful!

  • @ScientistIzaak
    @ScientistIzaak 7 หลายเดือนก่อน +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.

  • @schtefel
    @schtefel 5 หลายเดือนก่อน

    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?

  • @marktimson1200
    @marktimson1200 หลายเดือนก่อน

    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 6 หลายเดือนก่อน

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

  • @kavinamurugesan1816
    @kavinamurugesan1816 2 หลายเดือนก่อน

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

  • @fabiuskumgne3659
    @fabiuskumgne3659 หลายเดือนก่อน

    COOL

  • @ExasolUser
    @ExasolUser 6 หลายเดือนก่อน

    does it work only if you have Microsoft Fabric?

  • @sekharjc-qf8tf
    @sekharjc-qf8tf 4 หลายเดือนก่อน

    Without Fabric workspace Git integration is possible?

  • @chrisowens6161
    @chrisowens6161 7 หลายเดือนก่อน

    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)

    • @luizaoancea7217
      @luizaoancea7217 2 หลายเดือนก่อน +1

      Just the metadata of the semantic model

    • @chrisowens6161
      @chrisowens6161 2 หลายเดือนก่อน

      @@luizaoancea7217 thanks

  • @vrmotovlog4333
    @vrmotovlog4333 4 หลายเดือนก่อน

    Super!

    • @RADACAD
      @RADACAD  4 หลายเดือนก่อน

      Thank you!

  • @va20ych
    @va20ych 9 หลายเดือนก่อน

    Can I commit/push directly from PowerBI Desktop?

    • @RADACAD
      @RADACAD  9 หลายเดือนก่อน +1

      not yet, but hopefully in the future

    • @va20ych
      @va20ych 8 หลายเดือนก่อน

      thanks@@RADACAD!

    • @selwynvanrooyen9432
      @selwynvanrooyen9432 4 หลายเดือนก่อน

      @@RADACAD Is this still the case currently?

    • @luizaoancea7217
      @luizaoancea7217 2 หลายเดือนก่อน

      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