JoinSide.Type

Updated on

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/joinside-type

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy