Forum Discussion
Raaassotto
5 years agoHelper I
Multiple text substitution with a Table.NestedJoin
I'm trying to substitute multiple text values with a table that contains substitutes. On the merging step I got an error: What's wrong with the query ? The query is following: let tabl...
- 5 years ago
You are missing the column name that contains the nested join in your parameter list. It goes just before the join kind.
artemus
5 years agoMicrosoft Employee
You are missing the column name that contains the nested join in your parameter list. It goes just before the join kind.
- Raaassotto5 years agoHelper I
jointable=Table.NestedJoin(#"Sorted Rows", {"Attribute"}, tabletojoin, {"Name"},"newcolumnname",JoinKind.LeftOuter),