I have 2 datasets I want to join together (left join the second dataset to the first). I am joining on the case id, but I only want to take a couple fields from the second dataset - prevents joining unnecessary data to reduce size of dataset and faster refresh speed.
I would usually do this beforehand or in the Quick Sight SQL Preview, but i don’t have access to the second dataset directory/location, so unable to do in SQL.
My question is can I left join the second dataset, but only select a couple fields I want to bring over?
EDIT: The dataset joined normally (left join, including all fields) has been like this for the past 15 minutes as the second dataset is pretty large

