Forum Discussion
Anonymous
5 years agoNot applicable
Using model's metadata to create table
Hi all One of the things that we thing will make life easier for our users is if we have a report page that says what measures are in the model and gives a brief description. Helpfully, Power BI ...
Fowmy
5 years agoSuper User
Anonymous
One way to achieve this is by going to DAX Studio and run the following script, It will list all the measures in the model Then you can export it to ExcelCsv and proceed.
select * from$SYSTEM.TMSCHEMA_MEASURES
Dax Studio download: https://daxstudio.org/
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂