Power BI DevOps CI/CD Intro & Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2022
  • Does Power BI support DevOps and CI/CD? Yes but BI projects are different than AppDev projects and must be managed accordingly. After introducing how DevOps and C/CD apply to Power BI project, I demonstrate how to setup a minimal code repository that you can use for any Power BI project.
    Supporting content is on my blog at SqlServerBi.blog.
    Start with this post to learn how to keep PBIX files small and compatible with a code repository: sqlserverbi.blog/2022/11/17/d...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @101Avids
    @101Avids ปีที่แล้ว +5

    This is fantastic! I look forward to seeing Part 2 and Part 3!

  • @malasrip
    @malasrip ปีที่แล้ว

    Great Video, looking forward to see the rest of the series!

  • @giuliobontadini
    @giuliobontadini ปีที่แล้ว

    Thank you!
    Looking forward to parts 2-3-4 !

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

    Great content. Looking forward to the rest of this series!

  • @charliemmadad
    @charliemmadad ปีที่แล้ว

    Paul, thank you for creating this video.

  • @GuilhermeConsani
    @GuilhermeConsani ปีที่แล้ว

    Keep up with these amazing series my friend, looking forward to parts 2 & 3

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

    Looking forward to see Part 4!

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

    Great video. Waiting for part 2,3 and 4

  • @jjddiillll
    @jjddiillll ปีที่แล้ว +1

    Great introduction. Really interested to see your recommendations in Parts 2, 3, and 4.

  • @Milhouse77BS
    @Milhouse77BS ปีที่แล้ว

    Merry Christmas. A video from Paul🎉

  • @drivetrainerYT
    @drivetrainerYT ปีที่แล้ว

    Thank you, very helpful. Your new fan and devoted subscriber

  • @nickythakkar5732
    @nickythakkar5732 ปีที่แล้ว +4

    waiting for Part 2 and Part 3

  • @zacs7971
    @zacs7971 ปีที่แล้ว

    nice video Paul!

  • @TheKarthickeyan
    @TheKarthickeyan ปีที่แล้ว

    Great video 👍

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

    Mr Turley, thank you for the wonderful video part 1, and I am looking forward to part 2 and the others. When will you post the new others? Thank you very much!

  • @Milhouse77BS
    @Milhouse77BS ปีที่แล้ว +3

    I've been using pbi-tools to extract the .pbix file into JSON files for each component of Power Query, model, and visuals. Been fairly happy so far to be able to save a more detailed record of changes.

    • @GregKramerTenaciousData
      @GregKramerTenaciousData ปีที่แล้ว

      nothing says ringing endorsement like 'fairly happy' :)

    • @oluwadolapobifarin105
      @oluwadolapobifarin105 ปีที่แล้ว

      Have you seen the Fabric feature? Will that be a native version of pbi-tools extract?

    • @Milhouse77BS
      @Milhouse77BS ปีที่แล้ว

      @@oluwadolapobifarin105 there should be some more info coming out on PBI Dash tools in another week

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

    Million thanks

  • @ronmcgloin
    @ronmcgloin ปีที่แล้ว +3

    Good video, where is part 2, 3 and 4?

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

    Thanks, this was a great introduction. It doesn't look like we got anymore on this series, is that still on the table?
    I also have a question regarding the github repository, would you recommend setting up one single repository for all project files, or would you recommend one per workspace due to the integration capability (one workspace per repository)?

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

    Are we ever going to see the rest of these?

  • @simplified35
    @simplified35 ปีที่แล้ว +1

    Please upload the other parts please

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

    Please the link of the missing videos.

  • @DanielWeikert
    @DanielWeikert ปีที่แล้ว +1

    I guess the pbix files are to large to use git and github for branching, merging,....
    Am I mistaken?

    • @101Avids
      @101Avids ปีที่แล้ว

      You can add parameteres in PowerQuery to limit the dates that get pulled - this limits the size of the files until they are uploaded the cloud, where if you use PowerBI premium, you can use incremental refresh to get all the data.

  • @kl8801
    @kl8801 ปีที่แล้ว

    Please make other part videoes.

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

    please send me the link to other videos

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

    Link for Part 2 and 3 please 🤓 Thanks

  • @doointhedoo
    @doointhedoo ปีที่แล้ว

    so basically it's just uses Github as a code repository and not a true source of truth for which to extract and update?