How can I automate the exporting of .pbix to .pbit without Microsoft services? Some hacky solutions using autogui, power automate amongst others. Otherwise does anyone have a python solution or any solution to decode DataModel file from .PBIX XPress9 Algorithm? Currently the only way to inspect a .PBIX is to export to .PBIT from within PowerBI Desktop.
Sadly, all current solutions point to Microsofts Sql Server Analysis Services (SSAS).
Power BI .pbix files are just zipped files. When exporting all files from the .pbix, the DataModel file is a binary encoded with XPress9 algorithm. The DataMashup file no longer exists as of August 2021 Power BI version 2.72.5556.801.
Here is publication on Xpress9 for those who are interested.