Skip to content

Commit eafd738

Browse files
authored
Merge pull request #116593 from kromerm/adfdocsmark
Update data-flow-filter.md
2 parents 80e1c00 + 40b2e42 commit eafd738

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/data-flow-filter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: daperlov
77
ms.service: data-factory
88
ms.topic: conceptual
99
ms.custom: seo-lt-2019
10-
ms.date: 10/16/2019
10+
ms.date: 05/26/2020
1111
---
1212

1313
# Filter transformation in mapping data flow
@@ -16,6 +16,8 @@ ms.date: 10/16/2019
1616

1717
The Filter transforms allows row filtering based upon a condition. The output stream includes all rows that matching the filtering condition. The filter transformation is similar to a WHERE clause in SQL.
1818

19+
[!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4xnxN]
20+
1921
## Configuration
2022

2123
Use the data flow expression builder to enter an expression for the filter condition. To open the expression builder, click on the blue box. The filter condition must be of type boolean. For more information on how to create an expression, see the [expression builder](concepts-data-flow-expression-builder.md) documentation.

0 commit comments

Comments
 (0)