If a report is changed, is it possible to revert to a previous version in Power BI Report Server?
Solved! Go to Solution.
@TOK wrote:
@pbiworkIt is possibile indeed.
Sorry @TOK but that article talks about creating reports against a TFS/DevOps version control system (so you could run reports on the number of checkins and work items closed etc) it does not talk about versioning reports that are already deployed onto Power BI Report server.
Now you can definitely setup automated deployment pipelines so that when users check in to source control the report gets deployed to a production PBIRS instance, but that is typically more of a developer workflow, business users do not generally use source control systems or devops pipelines.
If I'm not mistaken I think that what @pbiwork wants is to be able to rollback to a prior version if someone edits a pbix file and saves it back to the PBIRS server and currently there is no built-in support to be able to do this.
@TOK wrote:
@pbiworkIt is possibile indeed.
Sorry @TOK but that article talks about creating reports against a TFS/DevOps version control system (so you could run reports on the number of checkins and work items closed etc) it does not talk about versioning reports that are already deployed onto Power BI Report server.
Now you can definitely setup automated deployment pipelines so that when users check in to source control the report gets deployed to a production PBIRS instance, but that is typically more of a developer workflow, business users do not generally use source control systems or devops pipelines.
If I'm not mistaken I think that what @pbiwork wants is to be able to rollback to a prior version if someone edits a pbix file and saves it back to the PBIRS server and currently there is no built-in support to be able to do this.
Are you asking if there is version control like in SharePoint?
Thanks for the reply. I am not familiar with Sharepoint's version control functionality, but I would expect any existing version control in Power BI Report Server (PBIRS) to allow an administrator to revert a report back to a previous state (example: change back to old version before someone made changes to the report).
Any idea if this funtionality is availalble in PBIRS?
No, PBIRS does not keep report versions, it only has the current version. If you wanted functionality I think you would need to build it yourself. You could write a Powershell script to download all the files and upload a copy of them to somewhere that supported versioning (such as a Sharepoint document library) and then run this on a regular basis.
User | Count |
---|---|
11 | |
2 | |
1 | |
1 | |
1 |