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.
andrewsommer
1 year agoSuper User
You can use the TMDL pane to get the meta data of your pbix file included the DAX of all measures and create a table of that meta data.
Please mark this post as solution if it helps you. Appreciate Kudos.
PImre
1 year agoFrequent Visitor
Thanks!
How could I make tables out of the script I can see in TMDL view?
- Deku1 year agoSuper User
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.