Forum Discussion
Report/Dashboard save before refresh
Hi v-himyad,
In Power BI Service, you can manually download the report using the option shown as below, it will download a PBIX file. You can rename the file with different names each time you download it before the report is refreshed.
Thanks,
Lydia Zhang
Hi Lydia,
Thanks for your support.
However, I want to automate this process of saving .pbix files into blob storage. Is this possible?
And, as you told to save each version of the report by a different name. Since AzureBlob is a direct connection won't all versions saved will get refreshed according to the latest dataset present in the blob?
- Anonymous9 years agoNot applicable
Hi v-himyad,
The download operation of PBIX file from Power BI Service is manual. As you want to store PBIX file into Azure blob storage, you can use AzCopy command line utility which is introduced in this blog.
Besides, Power BI Service reports that based on Azure blob data source will be automatically refreshed according to the changes in the data source.
Thanks,
Lydia Zhang