PowerBI - CI/CD using Azure DevOps

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 31

  • @cwtrain
    @cwtrain 3 года назад +2

    Couldn't believe what I had to wade through to find this video. Simple and concise without explaining trivial details. Many thanks, friend.

  • @vickarkhan
    @vickarkhan 3 года назад +1

    Vipin, thank you very very much for such a comprehensive, simplified, step-by-step video on the subject, I literally had no issues while following your video and I was successfully able to deploy my pbix file to the Power BI workspace. Thanks once again, highly appreciated.

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

      Hi @vickarkhan , Please help me with the below
      do I upload just the .pbix file to GitHub? What about it’s data source ? For ex: my pbix file uses python script which I copy paste to powerbi during ‘get data process’.
      Do I still upload just the pbix file to my company’s GitHub ?

  • @sonjoysengupto
    @sonjoysengupto 2 года назад +1

    Very helpful and lucid tutorial Karan, thanks a lot👍🏽

  • @SandeepJindal-sf3fk
    @SandeepJindal-sf3fk 4 года назад

    Hi Vipin, It is very good. Thanks for making such videos.

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

    Hi Vipin, thanks for this great video , just wanted to check if this works for a pbix file with incremental load enabled ?

  • @shekharbabar2496
    @shekharbabar2496 3 года назад

    Thank you for such a great video....

  • @swagatbiswal1779
    @swagatbiswal1779 2 года назад +2

    I do have 20 pbix files, using this tool I'm able to deploy those reports into the workspace. But while moving to the higher environment need to change the connection details (dataset) for those 20 PBIX files. Can you pls share the easiest automation method which can fulfill my requirement within ADO setup. Thanks in advance for your support!

    • @anujbeatles
      @anujbeatles 2 года назад

      hi swagat, did you ever find a solution to your question? I am currently exploring the options for the same.. care to share? thanks!

  • @mruniversemrwhite333
    @mruniversemrwhite333 Месяц назад

    TO ALL THE FOLKS OUT THERE WHO ARE TRYING THIS , IT WILL WORK FOR IMPORT MODE BUT WHEN YOU HAVE A LIVE CONNECTTION IT DOESNT WORK.SOME MODIFICATION HAS TO BE DONE WHICH I COULDNT FIND HOW TO FIX THIS FOR LIVE CONNECTION

  • @aniruddhanikam365
    @aniruddhanikam365 2 года назад

    Hi Sir
    Thank you for the video, One query how to select multiple files in source files?either I can select single file or complete folder.

  • @sarva0483
    @sarva0483 3 года назад

    Thanks for this awesome demo.
    followed all the steps mentioned in this video, i am facing Unauthorized error (The remote server returned an error: (401) Unauthorized). Couls you please advise where i am missing the flow.

  • @abhinava599doltpooll
    @abhinava599doltpooll 4 года назад

    great sir !explained nicely

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

    Please help me with the below
    do I upload just the .pbix file to GitHub? What about it’s data source ? For ex: my pbix file uses python script which I copy paste to powerbi during ‘get data process’.
    Do I still upload just the pbix file to my company’s GitHub ?

  • @charushridhar3558
    @charushridhar3558 2 года назад

    Hi,
    I am getting below error while using Power BI Action:
    Operation returned an invalid status code 'BadRequest'
    I created service connection using user ID and password, I am able to create workspace in powerbi (which means sevice connection is workig fine) but not able to deploy reports to powerbi workspace.

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

    Hi
    I need your help on this task when I am deploy in powerbi using azure devops

  • @Golden-Horse
    @Golden-Horse 3 года назад

    Can you please make a video on "How to integrate GitLab CI/CD with PBI Service deployment pipeline"

    • @norpriest521
      @norpriest521 3 года назад

      So what's best option for pbix versioning so far?
      I mean the simplest one

    • @sonyvarsha1863
      @sonyvarsha1863 2 года назад

      @@norpriest521 were you able to find any good solution for power bi versioning?

  • @Explorewith_RJ
    @Explorewith_RJ 4 года назад

    Nice sir 👍

  • @MrTeendaba
    @MrTeendaba 3 года назад

    Thanks

  • @LucasSilva-no3nb
    @LucasSilva-no3nb 3 года назад

    Hello, Vipin. Thanks for the tutorial. However, I am getting the following error at the release stage:
    'The names of some imported commands from the module 'PowerBi' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.'
    I have tried to include a 'PowerShell Script' task prior to the 'Power BI Actions' task, including modules:
    Install-Module -Name MicrosoftPowerBIMgmt.Profile -Verbose -Scope CurrentUser -Force
    Install-Module -Name MicrosoftPowerBIMgmt.Workspaces -Verbose -Scope CurrentUser -Force
    But the error persists....
    Do you know what that might be?

  • @ajayn6505
    @ajayn6505 4 года назад +1

    Hi Vipin, when i am trying to publish reports i am getting below error please help me to resolve the same. Error remote server returned an error: (400) Bad Request

  • @charushridhar3558
    @charushridhar3558 2 года назад

    My reports are in .csv format, can I upload that as well to Power BI workspace ?

  • @maadala
    @maadala 4 года назад +1

    Hi Vipin, This is great stuff. I exactly followed to to mimic this functionality, but I'm getting this error. Do you know what is going on "/home/vsts/work/1/s/$(Build.SourceDirectory)". I researched for this issue but could not find anything to solve this. Would you please let me know what's going on? Thanks a bunch

    • @roshankumargupta46
      @roshankumargupta46 4 года назад +1

      Have you kept your files inside a folder on GIT?

    • @gowtham7974
      @gowtham7974 4 года назад +2

      Don't fill the SourceFolder information in the CopyFiles@2 task. It will take root folder as source folder.
      - task: CopyFiles@2
      inputs:
      SourceFolder:
      Contents: '**.pbix'
      TargetFolder: '$(build.artifactstagingdirectory)'
      OverWrite: true

    • @maadala
      @maadala 4 года назад

      @@roshankumargupta46 Thanks, I copied files inside the GIT. I will doublecheck again. Thanks

    • @maadala
      @maadala 4 года назад

      @@gowtham7974 Thank you Gowtham for your input. I will try