Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In CSDLBI 2.0 and CSDLBI 2.5, the TStringMinMax simple type<36> indicates whether the DAX functions Min, Max, Minx, and Maxx support string types.
The TStringMinMax simple type is defined in the schema as follows.
<xs:simpleType name="TStringMinMax">
<xs:restriction base="xs:int">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
</xs:restriction>
</xs:simpleType>
The possible values for the TStringMinMax type are specified in the following table.
|
Value |
Meaning |
|---|---|
|
0 |
The DAX functions Min, Max, Minx, and Maxx do not support string types. This is the default value. |
|
1 |
The DAX functions Min, Max, Minx, and Maxx support string types. |