TIMEVALUE is a DAX function that converts a time expressed as text into a time value in datetime format.
Syntax
TIMEVALUE( TimeText )
| Argument | Properties | Description |
|---|---|---|
| TimeText | A text string that gives a time; date information in the string is ignored. |