Forum Discussion

Emanuel's avatar
Emanuel
Icon for Helper I rankHelper I
3 years ago
Solved

Check if value exists in another table based on a specific category

I have 2 tables Problem table and Problem workinfo table and I need the following output: Problem table   Problem work info table   OUTPUT Problem ID   Problem ID Type   Problem ID D...
  • v-jianboli-msft's avatar
    3 years ago

    Hi Emanuel ,

     

    Approve with Anonymous .

    Here's a way to achieve it via Measure:

    Does it have a "Resolution Communication" work info type? = IF("Resolution Communications" in SELECTCOLUMNS('Problem work info table',"Type",[Type]),"yes","no")

    Final output:

    Best Regards,

    Jianbo Li

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.