I have multiple data sources representing the same kind of data over different time ranges. That is, each data source has the same columns. Can I use a modeled data source to build a union of the rows from both underlying data sources? I used a formula to add a column that's guaranteed to be unique across all rows, but I want to then merge the columns from the secondary data source, not *add* them. I'm hoping I'm just missing a step or trick.
Thanks