Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I want to count the number of rows of data entry that occured yesterday. Having the hardest time. I have a date column
Solved! Go to Solution.
@Yink88 , if this is not a case of snapshot. Then using the required date
countrows(filter(Table, Table[created date] = today()-1) )
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?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 9 | |
| 8 | |
| 7 |