You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/data-flow-lookup.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ The Lookup Transformation is implemented as a left outer join. When you have mul
41
41
* Match on: Select first, last, or any match
42
42
* Sort conditions: If you select first or last, ADF requires your data to be ordered so that there is logic behind first and last
43
43
44
+
> [!NOTE]
45
+
> Only use the first or last option on your single row selector if you need to control which value to bring back from your lookup. Using "any" or multi-row lookups will perform faster.
46
+
44
47
### Option 2
45
48
46
49
You can also do this using an Aggregate transformation after your Lookup. In this case, an Aggregate transformation called ```PickFirst``` is used to pick the first value from the lookup matches.
0 commit comments