Forum Discussion
ShivaniTyagi01
1 year agoFrequent Visitor
Semantic model save(only table structure)
Hi,
There is a requirement where I have to get the semantic model and save the structure of tables without data, from a power bi report, without the connection, as we cannot access the server. We just need the structure of the tables for our refernce.
Thanks,
Shivani Tyagi
Run the DMV queries against the semantic model.
Dynamic Management Views (DMVs) in Analysis Services | Microsoft Learn
Requires elevated permissions - test it out with DAX Studio.
1 Reply
- lbendlinSuper User
Run the DMV queries against the semantic model.
Dynamic Management Views (DMVs) in Analysis Services | Microsoft Learn
Requires elevated permissions - test it out with DAX Studio.