TIMEVALUE

TIMEVALUE Converts a time in text format to a time in datetime format.


Syntax

TIMEVALUE(time_text)

Parameters

time_text – A text string that that represents a certain time of the day. Any date information included in the time_text argument is ignored.

Return Value

A date (datetime).


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Date and Time Functions / TIMEVALUE