Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!