Forum Discussion
Can we convert a .pbip to .pbix programmatically
- 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.
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.