The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Is it possible to import to SQL server synonyms? Currently only tables and views are showing as options.
Solved! Go to Solution.
Hi @IeuanG ,
As far as I'm aware, if you can query something in SQL then you can import it into Power Query using the Native Query connection, for example:
Therefore, we can query sys.synonyms to get the information you need:
Pete
Proud to be a Datanaut!
Hi @IeuanG ,
As far as I'm aware, if you can query something in SQL then you can import it into Power Query using the Native Query connection, for example:
Therefore, we can query sys.synonyms to get the information you need:
Pete
Proud to be a Datanaut!