We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2b4a7c + 9442647 commit a476bc7Copy full SHA for a476bc7
articles/data-factory/wrangling-functions.md
@@ -70,10 +70,10 @@ The following M functions add or transform columns: [Table.AddColumn](/powerquer
70
step, but the user must ensure that there are no duplicate column names
71
among the joined tables
72
* Supported Join Kinds:
73
- [Inner](/powerquery-m/joinkind-inner),
74
- [LeftOuter](/powerquery-m/joinkind-leftouter),
75
- [RightOuter](/powerquery-m/joinkind-rightouter),
76
- [FullOuter](/powerquery-m/joinkind-fullouter)
+ Inner,
+ LeftOuter,
+ RightOuter,
+ FullOuter
77
* Both
78
[Value.Equals](/powerquery-m/value-equals)
79
and
0 commit comments