Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Yink88
New 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

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

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

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

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

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.