Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
Is there a way to manage versions of a .pbix file published on my Power BI Report Server (on-premises) please? Any plugin ?
Thank you in advance!
Regards,
Camille
Solved! Go to Solution.
Hi,
You can use ReportingServicesTools. It's PowerShell module for RS.
Try to use import and upload functions to prepare manage version mechanizm.
https://www.powershellgallery.com/packages/ReportingServicesTools/0.0.5.0
I'm not aware of any plugins or tools that do this well.
We use a powershell script that we run every 15 minutes. It downloads any amended or new reports onto disk and saves them with a timestamp. It doesn't catch every version but it does mean you have more than the last version on the server.
You can also use it to do a full backup of the server.
Hi,
You can use ReportingServicesTools. It's PowerShell module for RS.
Try to use import and upload functions to prepare manage version mechanizm.
https://www.powershellgallery.com/packages/ReportingServicesTools/0.0.5.0