Forum Discussion
Fabricator
2 years agoNew Member
Can I power query a Fabric semantic model?
I just recently started using Fabric and the semantic model within it. I'm trying to replicate heavily power queried tables from an older Power BI report. Is there a way for me to do any power queryi...
MFelix
Super User
2 years agoHi Fabricator ,
When you create a model in Fabric you aren't creating the Power Query so be aware that you will not have the same M language code has you do in Power BI.
You cannot acces the semantic model itself you can however access the model using XMLA endpoint and that will give access to the semantic model trough Tabular Editor or SQL Server Managment Studio.
Using the same SQL Endpoint you can create different model acessing the SQL database and that will allow probably to do what you need.