Forum Discussion

smithmc3's avatar
smithmc3
Icon for Advocate I rankAdvocate I
9 years ago
Solved

Query Editor date filtering

I am trying to filter a column based on date and I only care about the records that are equal to or less than two years old  
  • v-caliao-msft's avatar
    9 years ago

    Hi smithmc3,

     

    Please refer to the steps below.

    1. Select any date when filter data and click OK button.
    2. Change the date #datetime(2017, 3, 16, 0, 0, 0) to Date.AddDays(DateTime.LocalNow(),-730))

     

    Regards,

    Charlie Liao