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.
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 ?
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!
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
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.
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 ?
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.
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?
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
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
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
Couldn't believe what I had to wade through to find this video. Simple and concise without explaining trivial details. Many thanks, friend.
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.
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 ?
Very helpful and lucid tutorial Karan, thanks a lot👍🏽
Hi Vipin, It is very good. Thanks for making such videos.
Hi Vipin, thanks for this great video , just wanted to check if this works for a pbix file with incremental load enabled ?
Thank you for such a great video....
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!
hi swagat, did you ever find a solution to your question? I am currently exploring the options for the same.. care to share? thanks!
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
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.
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.
great sir !explained nicely
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 ?
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.
Hi
I need your help on this task when I am deploy in powerbi using azure devops
Can you please make a video on "How to integrate GitLab CI/CD with PBI Service deployment pipeline"
So what's best option for pbix versioning so far?
I mean the simplest one
@@norpriest521 were you able to find any good solution for power bi versioning?
Nice sir 👍
Thanks
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?
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
same here
My reports are in .csv format, can I upload that as well to Power BI workspace ?
Yes
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
Have you kept your files inside a folder on GIT?
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
@@roshankumargupta46 Thanks, I copied files inside the GIT. I will doublecheck again. Thanks
@@gowtham7974 Thank you Gowtham for your input. I will try