'How to add same dataset in Quicksight to join with multiple datasets while creating joined dataset?
I have few datasets which are created in aws quicksight from s3 containing json data. I have a requirement to join for ex alpha dataset with beta and gamma without duplicating the fields. Is there any way I can achieve this?
If not is there an alternative to achieve this maybe using Athena?
Thanks!!
Solution 1:[1]
This is the way database joins work: If multiple rows satisfy the join condition due to there being a one-to-many or many-to-many relationship between the table, then rows are duplicated. See Why do multiple-table joins produce duplicate rows?
In the context of QuickSight see https://community.amazonquicksight.com/t/duplicated-data-in-qs-left-join/1393 for a possible workaround for this.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | darcoli |
