Minute
Syntax
Minute(Measure_Expression)
Input Parameters
Measure_Expression
A valid Multidimensional Measure that returns a date or datetime value.
Return Value
Returns the minute of the hour from the measure as an integer between 0 and 59.
Examples
Return the minute component of the [MaxDueDate] measure:
Minute([Measures].[MaxDueDate])