Question:
I’m facing an issue while working on Amazon QuickSight related to dataset preview and topic creation.
Issue Description:
While creating a dataset, QuickSight is unable to preview the data and also seems to ignore a few columns when the dataset is used to create a Q Topic.
Join Configuration:
Here’s how I’ve set up my joins:
- Dataset 1: Created using a direct SQL query (from tables A and B).
- This dataset is then used as a data source in another dataset, where additional joins are added:
tableA <--> table C
tableA <--> table D
- Plus, a previously created dataset:
tableA
↔table E <--> table F which is previously created dataset
is also joined.
This entire structure was tried out with SPICE and DIRECT QUERY but even with that, the issue persists.
Error Message:
Can’t show preview
Preview timed out. You can save and visualize data, or...
Also, when I try to create a Topic, all columns from the dataset are present
Suggestions Needed:
- What could be causing QuickSight to fail the preview and omit columns in the topic creation process?
- Could it be due to:
- Complex join logic?
- Dataset size or performance limits?
- SPICE caching issues?
- Will this issue affect the performance or accuracy of Q Topics or downstream dashboards?
- Are there any best practices to avoid timeouts or data preview failures in complex dataset configurations?
Any insights or solutions would be really helpful. Thank you!