The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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