Forum Discussion
Anonymous
8 years agoNot applicable
Convert Measure Text type into Date-Time Type
I have written 2 measures which gives me date value and time value. SelectedDate = SELECTEDVALUE(New[BEGIN_DATE]) SelectedTime = SELECTEDVALUE(DateRange[TimeRange]) these both data typ...
Anonymous
8 years agoNot applicable
prateekraina thanks for the reply
i tried this but didnt worked.
Selected Date-Time Range =
DATEVALUE (
SELECTEDVALUE ( New[BEGIN_DATE] ) & " " & SELECTEDVALUE(DateRange[TimeRange]))
Not giving the time value.
prateekraina
8 years agoMemorable Member
Hi Anonymous,
Check out this short video. You can achieve this in the Power Query Editor itself.
No need for DAX measures.
Prateek Raina