Forum Discussion
Anonymous
5 years agoNot applicable
Read Only
Hi, I am curious if it is possible to open a dashboard that used to automatically was connecting to a server that does not exist anymore. I am trying to get my DAX queries from the old dashboard, ...
- 5 years ago
when you say dashboard do you mean dataset? In a workspace? If your tenant supports XMLA endpoints then you can connect to that dataset via a XMLA client (like DAX Studio or SSMS) and retrieve the meta data (including the DAX formulas) via DMV queries.
lbendlin
5 years agoSuper User
when you say dashboard do you mean dataset? In a workspace? If your tenant supports XMLA endpoints then you can connect to that dataset via a XMLA client (like DAX Studio or SSMS) and retrieve the meta data (including the DAX formulas) via DMV queries.
Anonymous
5 years agoNot applicable
Thank you!