Forum Discussion
michal089
7 years agoFrequent Visitor
How to decompress DataModel from PBIX file.
Hi, Recently I have played around with .pbix files. I've tried to unzip the file and open DataModel. The main obstacle is that I can only read "This backup was created using XPress9 compression."...
Anonymous
3 years agoNot applicable
Export the .PBIX to .PBIT from within Power BI Desktop, then rename the .PBIT to zip, extract, and the DataModelSchema is readable
MichaelLowden
3 years agoFrequent Visitor
SWEET!!! I've since moved on and am getting this through either SQL Server Management Studio or through ALMToolkit. But this is great too. I wonder if I can automate PBIX->PBIT->DataModelSchema.json with PowerShell too. Much appreciated!