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.
PImre
1 year agoFrequent Visitor
Thanks!
How could I make tables out of the script I can see in TMDL view?
Deku
1 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.