Forum Discussion
AnthonyTilley
7 years agoSolution Sage
Table List and Field List
Does anyone know a way to export a list of each table and its fields along with meta data such as data type etc from the power BI model. I have a large data model with some 40 tables and hundreds...
- 7 years ago
DAX Studio. You can use the DMV's like
$SYSTEM.DBSCHEMA_COLUMNS
to get this type of info.
You can use SQL Server also (you can get the server name from DAX studio - to connect)
HotChilli
7 years agoCommunity Champion
DAX Studio. You can use the DMV's like
$SYSTEM.DBSCHEMA_COLUMNS
to get this type of info.
You can use SQL Server also (you can get the server name from DAX studio - to connect)