Forum Discussion
Power BI Version Control for Pro License
Hi Guys,
Is there a way to get power bi version control for Power BI pro users, Currently ony premium users can do version control.
is there any alternative way to do version control for pro license?
Hi skv17 - Currently, built-in version control in Power BI is only available for Power BI Premium workspaces.
But alternative methods to achieve version control for Power BI Pro users using below options eg:
External tools like Power BI Helper or Tabular Editor allow you to work with Power BI models and can help track changes made in your reports.
These tools can extract metadata, model information, or JSON code for datasets, which can be stored in a version control system like Git.
option2:
Create a versioning system manually by saving files with version numbers or dates in the file name. For example: Report_v1.0.pbix, Report_v1.1.pbix.
This is a basic approach but can be effective for small teams.ref links:
Solved: Power BI Version control options - Microsoft Fabric Community
Source Control in Power BI – What are your options? – Data Ascend (data-ascend.com)
Hope this helps.
1 Reply
- rajendraongole1Super User
Hi skv17 - Currently, built-in version control in Power BI is only available for Power BI Premium workspaces.
But alternative methods to achieve version control for Power BI Pro users using below options eg:
External tools like Power BI Helper or Tabular Editor allow you to work with Power BI models and can help track changes made in your reports.
These tools can extract metadata, model information, or JSON code for datasets, which can be stored in a version control system like Git.
option2:
Create a versioning system manually by saving files with version numbers or dates in the file name. For example: Report_v1.0.pbix, Report_v1.1.pbix.
This is a basic approach but can be effective for small teams.ref links:
Solved: Power BI Version control options - Microsoft Fabric Community
Source Control in Power BI – What are your options? – Data Ascend (data-ascend.com)
Hope this helps.