Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Filter on Date but not Time

My objective: I have a column which contains a DateTime. I want to use it in a Visualisation, and be able to filter on the Date part only.   E.g. I want to filter all the records with a Date of 2nd F...
  • Greg_Deckler's avatar
    Greg_Deckler
    8 years ago

    Try this:

     

    Request Date = DATE(YEAR(Requests[Request Submitted Date]),MONTH(Requests[Request Submitted Date]),DAY(Requests[Request Submitted Date]))