Power BI - Create a Pipeline

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 34

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

    Clear, Concise and therefore brilliant - many thanks

  • @484arun
    @484arun 4 місяці тому

    thank you, this is exactly what i was looking for with respect to creating a pipeline and configuring environmental parameters.

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

      Pipelines have recently changed so I probably need to redo this one

  • @osPA78
    @osPA78 9 місяців тому

    Very simple explanation on the steps for deployment. Thank you!!!

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

    Thank you so much for such a detailed explanation. Awesome!

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

    Thank U
    this is the best Pipeline explaination for power bi vid

  • @kirillperian
    @kirillperian 3 роки тому +1

    Awesome and simple, Laura! Thanks for sharing!

  • @Milhouse77BS
    @Milhouse77BS Рік тому

    Thanks will use tomorrow especially the tip to set parameters as Text.

  • @GyaanKa_Adda
    @GyaanKa_Adda 3 роки тому

    Explained in a very simple way. Informative videos :)

  • @peperazo
    @peperazo Рік тому

    Awesome and simple!!!!

  • @sheasafarnezhad4178
    @sheasafarnezhad4178 2 роки тому

    Amazing Video, thanks!

  • @andersonbragherolli9763
    @andersonbragherolli9763 Рік тому

    It's help me a lot! Thank you!

  • @ashoknxt
    @ashoknxt Рік тому

    Thanks for sharing.

  • @unnikrishnansanthosh
    @unnikrishnansanthosh 3 роки тому

    Excellent, thanks for sharing

  • @djenral6153
    @djenral6153 2 роки тому

    many thanks for the share

  • @AgulloBernat
    @AgulloBernat 3 роки тому +2

    If you have to pull many tables from the same database I would leave the query after the step in which you connect, unmark load to the model and base my other queries on this one. Does it make sense?

    • @HatFullOfData123
      @HatFullOfData123  3 роки тому

      Yes that does make sense.
      Given its SQL server so the queries should fold I'm not sure if that makes it more efficient

    • @AgulloBernat
      @AgulloBernat 3 роки тому

      @@HatFullOfData123 development-wise it's fewer clicks and that's already something! I use this approach also for SharePoint

  • @emach4392
    @emach4392 2 роки тому

    This is so precise. Very good. I just subscribed. :)

  • @ravitejak9414
    @ravitejak9414 Рік тому

    If we have three different servers for dev,test,prod then how to give those different credentials to different environment in the deployment pipelines

  • @Fernando_Calero
    @Fernando_Calero 2 роки тому

    Great explanation Laura, thank you! How would you manage a split report in dataset and thin report?

    • @HatFullOfData123
      @HatFullOfData123  2 роки тому

      I think that should work fine as long as the dataset and the thin report are in the same workspace.

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

    Hi FullHatOfData, Why did the reports show an increase in Test over Dev, and then another increase in Prod over Test regarding the # of Customers? Are records being duplicated? Not sure why the records are increasing per your example? Thank you

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

      There is more data in the test database than in the dev one. Same for prod.

  • @joyishu9662
    @joyishu9662 3 роки тому

    Useful... Video

  • @nayeem3905
    @nayeem3905 3 роки тому +1

    Is this for premium only? Option available for pro?

    • @HatFullOfData123
      @HatFullOfData123  3 роки тому

      The dev and text workspaces have to be premium or premium per user. Thankfully premium per user is more affordable for users.

  • @bharathipolireddy3890
    @bharathipolireddy3890 Рік тому

    Is it possible to have different loading methods (import, direct query) for dev, test, prod. for example I wanted to use import mode in dev , direct query in test, direct query in prod

    • @HatFullOfData123
      @HatFullOfData123  Рік тому

      You can have parameters but I can't think of a way to cleanly paramaterise that. You could have a parameter of limiting the number of rows loaded in dev so making direct lighter and quicker.
      What are you wanting to achieve by using import in dev?

  • @siddheshamrutkar8684
    @siddheshamrutkar8684 2 роки тому

    Can't we make dynamic instead of doing it manually..?

    • @HatFullOfData123
      @HatFullOfData123  2 роки тому +1

      There are a number of options.
      There is a Rest API docs.microsoft.com/en-us/rest/api/power-bi/pipelines
      I've used Macaw's DevOps extension and this blog post data-marc.com/2021/06/04/integrate-power-bi-deployment-pipelines-with-azure-devops/