In the example below I have 3 datasets coming from different data sources. These data sources are not linked so I can't do a join using SQL. I need to join dataset 1 to data set 2 then join dataset 2 to dataset 3 to get final results of 1 column from ds1 and 1 column from ds3. Is this possible using Lookup, LookupSet, Multilookup? I have been searching and only find using these when only using 2 datasets which I have done before just fine.
Using Report Builder 3.0
Thanks!