In SAP Datasphere, you can use the `FILTER` expression to exclude values from a list by utilizing the `NOT IN` syntax. The typical structure for using `NOT IN` within a `FILTER` expression is similar to SQL. Here is an example of how to use it:
### Syntax Example
```sql
FILTER(<your_table>)
WHERE <your_column> NOT IN ('value1', 'value2', 'value3')
```
### Breakdown
- **`FILTER(<your_table>)`**: This specifies the table or dataset you are