Forum Discussion
Anonymous
7 years agoNot applicable
DAX - Extract Date from TimeStamp (contain date & time)
Dear Experts, Which formula I can use to extract date from time stamp contains date & time? Table looks like this on the table 'Date' [Date] Date 1/1/2018 12:00:00AM DAX being tried:...
nadavsn
Advocate I
7 years agotry [DateTime].Date
Works for me.
Manuel-Levo
4 years agoRegular Visitor
I know this is an old answer, but this is only calling the related/hidden date column which is not really suggested.