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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
Is possible to automate the process of downloading a PBIX file from the Power BI service on a monthly basis.
In other words " automate the process of downloading a snapshot of your PBIX file from the Power BI service on a monthly basis."
Could anyone help me the steps/tools (FYI: We currently have Azure access) to perform the above or a video tuturial to perform the above.
Thanks in advance.
Hi. Sure you can. Using the PowerBi Rest API you can export reports with size less than 1Gb. You can make it easier using libraries like SimplePBI for python or cmdlets for powershell.
Those will let you write code on a VM or server to schedule a task for that.
I hope that helps,
Happy to help!