Forum Discussion

Yink88's avatar
Yink88
New Member
4 years ago
Solved

Row Count mixed with date

I want to count the number of rows of data entry that occured yesterday. Having the hardest time. I have a date column
  • amitchandak's avatar
    4 years ago

    Yink88 , if this is not a case of snapshot. Then using the required date

     

    countrows(filter(Table, Table[created date] = today()-1) )