Is there a feature of joining two data sources in SAS VA as part of the data preparation step? If this is possible, is there any special consideration that need to be taken into consideration for the CAS server setup? for e.g if we need to join 2 data sets with 2+ years of data is ok to do the data preparation within SAS VA or outside of SAS VA.
I recommend joining outside of SAS VA especially if you want a repeatable, automated process. Typically I do all VA data preparation in SAS code, then run this as a scheduled job.
I recommend joining outside of SAS VA especially if you want a repeatable, automated process. Typically I do all VA data preparation in SAS code, then run this as a scheduled job.
As @SASKiwi said, it's a better choice to do it in sas studio via code or through a data plan.
Nevertheless it can be done within the VA report. Right-clicking on the data table gives you several options to join tables.
What you need to have in mind is the following:
It is not recommended to join tables in the Visual Analytics report itself, as it can cause performance problems.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Thank you @Madelyn_SAS @SASKiwi @acordes. Very helpful tips.
I under SAS VA has limited capability to join data sets. Listing some of options possible to combine data sets
1) Use Data Studio to prepare data by joining various data sources for exploration purpose. This amount of data is limited by the infrastructure resorces.
2) Once the data exploration is done, prepare the data outside of SAS Viya environment if you need the same data set to have 4 or 5 years data.
Does this sound right?
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.