Forum Discussion
Exporting Relationship Model
Hi Anonymous ,
Based on my search, you cannot directly extract the data model from power bi desktop, but you can connect to this data model through Dax studio.
If you just want to export metadata, you can refer to the third - party article: https://xxlbi.com/blog/dax-studio-export-all-data/
The DataModel file in the pbix file stores the data model. It is your Power BI In-Memory Analysis Services model. But this file can only be used by power bi.
For more details, please refer to third – party blog https://www.fourmoo.com/2017/05/02/what-makes-up-a-power-bi-desktop-pbix-file/
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Greetings Dedmon Dai,
Thanks for sharing your knowledge. I checked out your links and the blog that describes how to export data from PowerBI using DAX Studio is very promising, since it states "[...]Note that all the names will be exactly as they are in the data model, including spaces[...]".
Thanks a Lot,
BIGouders