Get data with enum list as a conditon

Hello Community,

I am trying to get data from the job column in the job_log table to the summary table.

I am using this formula, but it seems doesn't work at all. Is there anything wrong with my formula here?

SELECT(

job_log[job],

  IN(

    [team],

      SELECT(

        summary[name],

          [name]=[_THISROW].[name]

        )

    )

)

alhazen_0-1694041330321.png

Thank you so much for your help

0 1 45
1 REPLY 1

Please explain your filter condition for job_log[job] i.e. what you are trying to filter from the table. 

Top Labels in this Space