2.1.4.3 TLeftOuterJoin

In CSDLBI 2.0 and CSDLBI 2.5, the TLeftOuterJoin simple type indicates whether the LeftOuterJoin DAX function is supported.

The TLeftOuterJoin simple type is defined in the schema as follows.

 <xs:simpleType name="TLeftOuterJoin">
   <xs:restriction base="xs:int">
     <xs:enumeration value="0" />
     <xs:enumeration value="1" />
   </xs:restriction>
 </xs:simpleType>

The possible values for the TLeftOuterJoin type are specified in the following table.

Value

Meaning

0

The LeftOuterJoin DAX function is not supported. This is the default value.

1

The LeftOuterJoin DAX function is supported.