Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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, so I don't have to redo all the queries from scratch.
Thanks!

  • 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.

2 Replies

  • 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's avatar
      Anonymous
      Not applicable

      Thank you!