JoinSide.Type

JoinSide.Type specifies the left or right table of a join.

Enumeration Options

Enumerations simplify the process of selecting options within a function. To specify the JoinSide.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).

ArgumentValueDescription
JoinSide.Left0Specifies the left table of a join.
JoinSide.Right1Specifies the right table of a join.

Applies to

Here’s a list of functions that work with JoinSide.Type:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/joinside-type
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.