How to Combine Multiple Data Sources/Datasets into One for Analysis?

Hi,

I have a QuickSight analysis with several data sources and datasets containing the same data structure but representing different time periods. For example:

  • Data-Source-A with Dataset-A (June data, 20 records)
  • Data-Source-B with Dataset-B (August data, 50 records)
  • Data-Source-C with Dataset-C (November data, 30 records)

I want to combine all these datasets into one, so I can create visuals based on the overall data (100 records). Currently, when I use the “Suggested” feature in the toolbar to see suggested visuals, the results are based on the currently selected dataset, not all of them combined.

My questions are:

  1. Is there a way to combine multiple datasets or data sources into a single dataset or data source in QuickSight?
  2. How can I connect this combined dataset to my analysis and create visuals that use all records from June, August, and November?

I’d appreciate any suggestions or best practices for merging datasets from different periods into one dataset for a more comprehensive analysis.

Thanks!

Hi @maxim

Ideally, I would do a UNION of the data from the source through a Custom SQL.

But, if you want to do it in QuickSight the following discussions could help. Basically, the suggestion is a FULL outerjoin and then creating calculated fields to combine the multiple columns created from the three source datasets.

2 Likes