Self-referencing Lookup column filtering current row

Moreover, no need for Row ID

You can write CurrentValue != thisRow

In Filter() context, CurrentValue is the row being currently evaluated.

Also @Daniel_Srb for the bulletproof solution of your potential problem see:

2 Likes