Flex.bi Support Center Analyze and Visualize Calculated measures and members MDX Function Reference Current: Int Int Rounds the values in its first argument to the specified number of decimal places.Syntax Int( Numeric_Expression )ArgumentsNumeric_ExpressionMDX expression that returns a number.Example: Int(1.23) will return 1 ×