I am seeking guidance on how to append two datasets that have already been created using SQL queries. While I have observed that the Query Mode provides a Join clause, I have not found an option for appending datasets. Could you please advise me on the appropriate method to accomplish this task?
Hi @Vaibhav.narwade - If both the data sets ( custom SQLs) are pointing to same data source, you need to create another data sets and use custom sql and use"union" in sql and do the union. You can not use Union directly in data sets ( as per my understanding). If both data sets are from different data sources, you may not able to do union in quicksight ( that is the current limitation i guess).
Aware about the Union function in SQL,
For your information Both datasets are coming from the different data sources,
curious about how to append those two tables using Quick sight at Data Sets Level (Query Mode).
You mentioned you had two datasets and there may be a reason why they were separate. If you still want that for some purposes in QuickSight, consider including a separate virtual column in your query at the database level when you are doing the union to identify the two sets distinctly. You can use that as a filtering layer in QuickSight if you want.
Hi @Vaibhav.narwade - You have fixed the issue as both of your tables are from same data source. Imagine if you have data coming from different sources, how you can do the merge. I still believe this is a feature request we should request Quicksight team.
Hi @DylanM@duncan - At present we do not have union is not available in QuickSight, Is this something we can request, please advise.