Forum Discussion
Publish reports using Azure Devops- latest files
Hi All,
I am trying to use powershell script to deploy Power BI reports using Azure Devops.
All works well when I use copy and publish task.
All my 100 reports when checked-in were deployed from the source repo folder to Power BI.
However, now I want to deploy only incremental changes using same approach is that possible?
Everytime all the reports get picked up , I tried using below, but I am new to Devops and Powershell and struggling to find the right way, basically get pbix files in latest commit and publish those artifacts only. amitchandak
1 Reply
- v-cazheng-msftCommunity Support
Hi smtiwari,
Maybe you could consider this solution. Everytime you run the deployment scripts for some reports, you keep the deployment timestamp for them. During the next deployment, check the saved deployment info before the script starts the new deployment and only deploy reports that haven’t been deployed last time.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun