Forum Discussion

MichaelHalling's avatar
MichaelHalling
Frequent Visitor
5 years ago
Solved

Using nested list to filter nested table

In my main table [FilterListZC] I have a column [FilterZC] which contains nested lists, and a column [Selected] of nested tables. Each nested table in [Selected] contains a column [TenorCode] I would...
  • ImkeF's avatar
    ImkeF
    5 years ago

    Hi MichaelHalling ,

    you can try the following, otherwise please provide sample data:

     

    Table.AddColumn(FilterListZC, "FilteredZC", each Table.SelectRows([Selected], (r) => List.Contains( FilterZC], r[TenorCode])))