Forum Discussion
Can we get data from 2 different databases?
- Anonymous9 years ago
Ghislain Provided that you use "Import" - yes, you can source data from multiple SQL Servers with different credentials.
Ghislain In the same domain that is under your tenant.
For example. I belong to company 1, and I access my SQL Databases with Windows Auth.
But I also want data from a 3rd party - Company 2
They have provided me with a SQL Login that I can use to access their instance.
So I create two seperate data sources in my PBIX and in my gateway I've installed on my company 1 server.
The OPD Gateway can be installed on any server in your domain. guide here for requirements
You could install it on the same box as the SQL Instance, but if you are expecting a significant amount of load, then you may want to install it on a seperate server/VM.
Anonymous Perfect I understood the concept thank you very much !