Forum Discussion
PImre
1 year agoFrequent Visitor
Sharing Semantic Model DAX codes
Hi, Is it possible to share a published Semantic Model's DAX codes i.e. the Measures' DAX codes Created Table DAX codes, even maybe the Power Query codes somehow? Preferably in a format that is r...
- 1 year ago
If you use info.measures() that will return a table with all the measures. Once added to the model you can add a page in the report to show all of them.
Uniqueusername
1 year agoHelper III
you can also use xmla endpoints (only if your model is on a premium workspace) to connect a client tool such as DAX studio or SSMS to your semantic model. And then use sql to query your model
there is a query to extract M code as well. I can't recall what it is but you can get it from the DMV list in dax studio