Data source filter not working as expected

@luckyhmm I think I understand your requirement now and I think it’s just a case of using the wrong logical oeprator and parameter combo. Instead of using does not contain try using doesn't have and instead of using the username, use the id parameter instead.

This should get you the desired result.

image