Forum Discussion

AnthonyTilley's avatar
AnthonyTilley
Solution Sage
7 years ago
Solved

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...
  • HotChilli's avatar
    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)