Configuring a Filter for a Dimension
- Last UpdatedMar 09, 2022
- 2 minute read
You can build a filter expression to select a subset of the transformed data from external data sources and populate the dimension table in the data store. You build a filter expression by using dimension fields and/or expression operators.
To configure a filter for a dimension
-
Open the BI Gateway Model Builder.
-
Click the Add (
) icon in the Floating Action Buttons menu and then click the Dimension (
) button. A new dimension is added in the BI Gateway model with a default name and the Dimension editor appears in the right pane.
-
Click the Filter tab.

-
Build a filter expression. Do the following:
-
In the Dimension Fields pane, double-click the dimension field to add the dimension field to the Filter Expression editor.
-
Specify an operator to add to the Filter Expression editor.
You can use the open and close parenthesis () to define sub-comparison expressions and single quotes '...' as string delimiters. The filter expression needs to be a valid SQL Server WHERE clause.
For more information about WHERE clauses, see the Microsoft SQL Server documentation.
-
-
Click Validate to manually validate the expression syntax.
NOTE: Alternatively, the system automatically validates the expression syntax after you save the dimension.
-
Click Save.