Forum Discussion
Can we convert a .pbip to .pbix programmatically
The new developer mode in PowerBI desktop is a fantastic addition. We plan to use it extensively especially for the files in import mode, we would like to have the option to convert a .pbip (which is the format that git repos will hold) to a .pbix through DevOps pipelines.
From what I saw in the documentation this is not possible.
Does anybody have an idea of how we can make this happen (for example tabular editor, pbi-tools)?
- Anonymous3 years ago
Hi vasotsich ,
Obviously the official documentation has given you the answer. The conversion of a .pbip file to a .pbix file is not directly possible through DevOps pipelines or any other tool.
You can only convert a PBIX into a PBIP and vice-versa using Power BI Desktop's File > Save as.
How to Get Your Question Answered Quickly
If it does not help, please provide more details.
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- A_Hale_Frequent Visitor
While you cannot yet convert from .pbix to .pbip programatically using programs like PBI tools, you can utilize microsoft fabric to connect to a git repository using Azure Dev Ops. This will allow you to convert all of the reports in your workspace to PBIPs without having to save all of them as .pbip files manually. To accomplish this, you simply have to connect your workspace to a git repository and sync the reports in your workspace with the repository.
- AnonymousNot applicable
Hi vasotsich ,
Obviously the official documentation has given you the answer. The conversion of a .pbip file to a .pbix file is not directly possible through DevOps pipelines or any other tool.
You can only convert a PBIX into a PBIP and vice-versa using Power BI Desktop's File > Save as.
How to Get Your Question Answered Quickly
If it does not help, please provide more details.
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.