Andy L.

Andy L. ITM, VUB

Temat: coś w rodzaju Vlookup lub Index/Match


Obrazek



let
Source = Table.NestedJoin(Table2,{"age"},Table1,{"age"},"Table1",JoinKind.LeftOuter),
Expand = Table.ExpandTableColumn(Source, "Table1", {"name", "phone#", "address"}, {"name", "phone#", "address"})
in
Expand