Forum Discussion
AnthonyTilley
Solution Sage
7 years agoTable 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
Community Champion
7 years agoDAX 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)