Forum Discussion
Import "SQL Server Synonyms" in the data model
- Anonymous8 years ago
Hi Anonymous,
Based on test, current you can only use advanced t-sql query to get data from synonyms table, it is impossible to direct use navigate to get data.
Regards,
Xiaoxin Sheng
Hi Thank you for your reply.
I want to import Synonym tables, so in SQL Server you have the option to create synonyms which are views or tables and can be placed under another name in the schema. We use it for our data layer for instance to create a synonym upon another databases table or view and fetch the replicated table/view in a synonym
Hi Anonymous,
Based on test, current you can only use advanced t-sql query to get data from synonyms table, it is impossible to direct use navigate to get data.
Regards,
Xiaoxin Sheng
- Anonymous7 years agoNot applicable
Hi Anonymous , has any progress been made on enabling this? "It doesn't do it" really isn't a solution.
It's very frustrating that every BI tool for the last 20 years has been able to hit synonyms, but Power BI seems unable to do it when connecting to Microsoft's own database. This isn't rocket science - it just needs to see the synonyms, and then write queries against them using exactly the same SQL as if it were a table or view.
I'll open a premier ticket to try to get this addressed.
Thanks,
Scott
- Gabriele_hbto2 years ago
Helper II
Hi, Anonymous what do you mean with advance sql?
I would like to use synonimus as it were a table, isn't that possible?