How to use filter "one of" and "exclude one of"

Hey friends. I was expecting that the “one of” and “exclude one of” filters accepted multiple values.

I have two tables that fetch from the same data, but one shows pending items and the other ones shows other statuses.

I was hoping that this filtering operation would take multiple parameters. Or the correct is to specify multiple of these?

@George_Silva You must specify values in such filters in an array, e.g. [‘Active’, ‘Not Active’]