Forum Discussion

EVEAdmin's avatar
EVEAdmin
Icon for Post Patron rankPost Patron
6 years ago
Solved

Alternative to merging tables

Hi all, I am running 3 MS SQL servers: SQL 1 SQL 2 SQL 3 On each MS SQL server, I am running a dynamic query that will select data and insert them into a table in a database dedicated to PBI. ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    You could merge the tables on the SQL server already, and if possible even do some calculations already. The more calculations you dont have to do in Power BI the better the performance.