cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Camicamomille
Frequent Visitor

How to manage report versions on Power BI Report Server?

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

1 ACCEPTED SOLUTION
saykasku
Resolver I
Resolver I

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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. 

 

saykasku
Resolver I
Resolver I

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors