MINUTE is a DAX function that returns the minute component from a datetime value, ranging from 0 to 59.
Syntax
MINUTE( Datetime )
Argument | Properties | Description |
---|---|---|
Datetime | A datetime value or text in time format, such as 16:48:00 or 4:48:00 PM. |