How can I make a graph from data in multiple data tables without physically joining the tables?
I have 2+ data tables with the same columns and I want to produce a graph using all the tables. Previously, I have concatenated them and used the resu...