Create relationship between two tables without ref column

I have two tables, the action button in my first table, I want it to work conditionally in a column in table 2?

Table 1
Action: active (Table2 column 1=yes)
Action: passive (Table2 column 1=no)

column1:(number) : 1
column2:โ€ฆ
column3:

Table 2

Column1: Yes/No
Column2: Datetime
Column3: enumlist(1,2,3)

Only if this condition is true(behavior) action

MAX(SELECT(Table2[Column2], CONTAINS([column3],[_THISROW].[column1])))

I did it that way but it didnโ€™t work because yes / no didnโ€™t work, what should I do?

0 1 262
1 REPLY 1

I am not clear where this part fits in. Is this how you are selecting the Table 2 row?

Top Labels in this Space