Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
asjones
Helper V
Helper V

Using Dax Studio to Get Both Measures and Colulmns with Table Names

(was not sure where else to post a Dax Studio Question... hoping it will work here)

I am new to Dax Studio, but have been reading and playing around. I would like to better document for reference all my DAX Measures and Calculated Columns, tables, etc (that I created  ..... not Date or others done by Power BI).

 

I can do this to get a list of all Measures

select * from $SYSTEM.TMSCHEMA_MEASURES

 

I can do this do get calculated Columns, but it gives me other system generated ones.

select * from $SYSTEM.TMSCHEMA_COLUMNS where [Type]  = 2;

 

I was playing around with various techniques to get table names not numbers with the columns, but not gotten that to work yet. Ideally I would have one query to get Calculated Columns and Measures, and calculated tables I might have created but not PBI. Return the name, the expression and for the table for the Columns/Measures for where they reside.

 

 

I started reviewing this site as a good resource, but still was lost.

https://exceleratorbi.com.au/getting-started-dax-studio/

 

Originally I figured someone else had already worked through this to grab all their DAX work out of a PBIX file, so surprised I could not find it.

 

Thanks

 

Alan

 

 

 

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @asjones,

 

I would suggest you post this thread on a more related forum to get DAX studio support.

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors