Forum Discussion
Anonymous
4 years agoNot applicable
DAX command from a string
Hi, I was wondering if it is possible to store all my DAX measures in a field in a table. I'm thinking about creating a kind of knowledge base whre I can store all the measures my company could use...
- 4 years ago
Anonymous yes it is absolutely possible. If you are publishing the model in a workspace, you can write DMV queries that would return all your measures in a table
select * from $SYSTEM.TMSCHEMA_MEASURES
smpa01
4 years agoCommunity Champion
Anonymous yes it is absolutely possible. If you are publishing the model in a workspace, you can write DMV queries that would return all your measures in a table
select * from $SYSTEM.TMSCHEMA_MEASURES