Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to get a specific date

I have a column I need to filter. As of Now I have it like this:   BeforeToday_MI = IF(Query_Util[MoveInDate].[Date] < TODAY(), True, False)    It returns True if MoveInDate column has dates pri...
  • amitchandak's avatar
    4 years ago

    Anonymous ,

     

    BeforeToday_MI = IF( datevalues(Query_Util[MoveInDate]) < TODAY() && weekday(Query_Util[MoveInDate],2) <6 , True, False)