Power BI DevOps CI/CD Intro & Part 1

Поделиться
HTML-код
  • Опубликовано: 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 5 месяцев назад

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

  • @marcoaureliodefariaborges3362
    @marcoaureliodefariaborges3362 8 месяцев назад

    Looking forward to see Part 4!

  • @GuilhermeConsani
    @GuilhermeConsani Год назад

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

  • @charliemmadad
    @charliemmadad Год назад

    Paul, thank you for creating this video.

  • @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

  • @jjddiillll
    @jjddiillll Год назад +1

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

  • @Been_8
    @Been_8 8 месяцев назад

    Great video. Waiting for part 2,3 and 4

  • @Milhouse77BS
    @Milhouse77BS Год назад

    Merry Christmas. A video from Paul🎉

  • @drivetrainerYT
    @drivetrainerYT Год назад

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

  • @adamgsmith4777
    @adamgsmith4777 2 месяца назад

    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)?

  • @nickythakkar5732
    @nickythakkar5732 Год назад +4

    waiting for Part 2 and Part 3

  • @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!

  • @zacs7971
    @zacs7971 Год назад

    nice video Paul!

  • @TheKarthickeyan
    @TheKarthickeyan Год назад

    Great video 👍

  • @happyheart9431
    @happyheart9431 9 месяцев назад

    Million thanks

  • @RooneyChristiansen
    @RooneyChristiansen 2 месяца назад

    Are we ever going to see the rest of these?

  • @ronmcgloin
    @ronmcgloin Год назад +3

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

  • @silversuarez3038
    @silversuarez3038 7 месяцев назад

    Please the link of the missing videos.

  • @simplified35
    @simplified35 Год назад +1

    Please upload the other parts please

  • @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.

  • @uvaismuhamed231
    @uvaismuhamed231 7 месяцев назад

    please send me the link to other videos

  • @jeffrey6124
    @jeffrey6124 6 месяцев назад

    Link for Part 2 and 3 please 🤓 Thanks

  • @kl8801
    @kl8801 Год назад

    Please make other part videoes.

  • @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?