Forum Discussion

TMJForrester's avatar
TMJForrester
Advocate II
4 years ago
Solved

Azure Analysis Services model using another Azure AS model as Data Source

Hi everyone,   I'm building a new tabular model in Azure Analysis Services (1500 compatibility), and one of the data sources in my model is another Azure Analysis Services model managed by another ...
  • GilbertQ's avatar
    4 years ago

    Hi TMJForrester 


    The reason you need the gateway is because you are not connecting via a LiveConnection to the other AAS database, but rather importing data.


    Because you are importing you will need a gateway to create the connection to import the data. 

     

    You would only NOT require the gateway when you are doing a LiveConnection.