Configure a filter for a dimension
- Last UpdatedFeb 12, 2024
- 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 datastore. You build a filter expression by using dimension fields and/or expression operators.
Configure a filter for a dimension
-
Open the AVEVA BI Gateway Model Builder.
-
Click the Add
icon in the Floating Action Buttons menu and then click the Dimension
icon. A new dimension is added in the AVEVA 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 section, 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.