Add a Filter data by values transformation
SQL WHERE
clause. Use this transformation to selectively filter data points directly within your visualization. This transformation is very useful if your data source does not natively filter by values. You might also use this to narrow values to display if you are using a shared query.
To use the filter data by values transformation, complete the following steps:
Open your dashboard in edit mode.
Click Transformations tab and click + Add transformation button.
Select or search for Filter data by values.
On the Filter type, select if you want an include or exclude filter.
On the Condition, select if you want the filter type to match all conditions or just match any.
Use the following table as a guideline for when to use the different conditions.
Conditions When to use Regex When you want to match a regex expression. Is null When you want to match if the value is null. Is not null When you want to match if the value is not null. Is equal When you want to match if the value is equal to the specified value. Is not equal When you want to match if the value is not equal to the specified value. Contains substring (for string fields) When you want to match if the value contains the specified substring. Does not contain substring (for string fields) When you want to match if the value does not contain the specified substring. Is greater (for numeric fields) When you want to match if the value is greater than the specified value. Is greater or equal (for numeric fields) When you want to match if the value is greater or equal than the specified value. Is lower (for numeric fields) When you want to match if the value is lower than the specified value. Is lower or equal (for numeric fields) When you want to match if the value is lower or equal than the specified value. Is between (for numeric fields) When you want to match when field value is in between given values. The transformation should be applied automatically. If not, click Refresh to verify the visualization looks as intended.
The following image shows a filter data by values transformation that excludes browsers with less than or equal to 5% market share.
Save your dashboard.
At this point in your journey, you can explore the following paths: