Forum Discussion

anandav's avatar
anandav
Skilled Sharer
9 years ago
Solved

Connecting to two different Azure SQ databases

Hi, I have two different datbases in Azure SQL server- Adventure Works and the new WWI sample databases on the same server. I can connect to the database from Power BI desktop but only to one datab...
  • Anonymous's avatar
    Anonymous
    9 years ago

    anandav

    1] If I need to get data from mulitple databases using DirectQuery, what are my options?

    Have the connections on the database back end. Write a view that pulls the information from the other database. 

    2] Since I cannot mix DirectQuery and getting data from Excel, is there any other way to get data from other files when using DirectQuery mode? Not to my knowledge, you would need a way to create a database object Procedure/Function/View that could reference the external object. I was just thinking of using OPENROWSET(), but doesn't work in Azure SQL.