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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
admin_xlsior
Post Prodigy
Post Prodigy

DAX Studio data source connection

Hi guys,

 

Looking for some help. For documentation I mostly use DAX Studio to catch the metadata of my PowerBI. I usually go to DMV tab to catch that. Like MDSCHEMA_DIMENSIONS will give me the list of dimensions. However I need to get the data source it self.

 

For example this is from DAX Studio:

admin_xlsior_0-1612942835171.png

There are still long list of fields on the right, but what I need is not only the dimensions name, but the datasource of it. Because I'm using Direct Query, for example the "Companies", it was actually has table name in my SQL Server. Is there a way to get it in some of the DAX studio view list ?

 

Thanks,

1 REPLY 1
lbendlin
Super User
Super User

select * from $SYSTEM.TMSCHEMA_PARTITIONS

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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