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

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

     

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

2 Replies

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

     

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

    • Yink88's avatar
      Yink88
      New Member

      Thank you so much! It worked! I have another question.

      I have a text column with call locations and I am trying display the text of the location that gets the most calls. How do I do that?