Forum Discussion
Yink88
4 years agoNew Member
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
- amitchandak
Super User
Yink88 , if this is not a case of snapshot. Then using the required date
countrows(filter(Table, Table[created date] = today()-1) )
- Yink88New 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?