2.1.3.9 TVariables

In CSDLBI 2.0 and CSDLBI 2.5, the TVariables simple type<18> indicates the level of support for defining variables in DAX expressions.

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

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

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

Value

Meaning

0

DAX variables are not supported. This is the default value.

1

Only DAX table variables are supported.

2

Only DAX scalar variables are supported.

3

Both DAX table variables and DAX scalar variables are supported.