I have multiple databases which have similar schemas. I need to combine the data from all these databases and do reporting over it.
For example - Customer table in AdventureWorks in Server 1 Customer table in AdventureWorks in Server 2 Customer table in AdventureWorks in Server 3
Now in Power BI i will have a data set called Customer. The data for this needs to come from all the 3 servers mentioned above. I know I can do it using merge queries in Power BI but it means I will have to pull the data from different server as different datasets in power bi and merge which I want to avoid.
Do let me know if there is any other way to do this.