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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Power BI Matrix how show count of Table Column date where it matches todays date()

Hi using Power BI Card Vizualization i would like to display the count of a date which matches todays date.

 

Example:
Table 1
Name    Date
Kerry     12/12/2019
Dave     12/12/2019
Steve    10/12/2019
Joe        11/12/2019

So for example if today date is 12/12/2019, i would like the Card vizualization to count the number of rows which match todays date only 'Today ()'. So it will show the count as  "2" as that is todays date.


2 ACCEPTED SOLUTIONS

@Anonymous can you share sample pbix file?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

Hi @Anonymous 

 

The post from @parry2k should work, the blank could probably today is 13th not 12th, when I change the date from 12/12 to 12/13, the measure works:

0009.PNG

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

4 REPLIES 4
parry2k
Super User
Super User

@Anonymous use this measure

 

Count Rows = CALCULATE ( COUNTROWS ( Table ), Table[Date] = TODAY() )

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Hi Parry,

I have followed what you have advised. However the Power Bi Card is showing "Blank" when using the new Count Rows Column.
I have checked my data and i have got data in the column which is  datetime'12/12/2019/ 12:05:00" and also tried it with another column which is just date '12/12/2019/'. However it is still showing results as blank when using the card vizualization.

Hi @Anonymous 

 

The post from @parry2k should work, the blank could probably today is 13th not 12th, when I change the date from 12/12 to 12/13, the measure works:

0009.PNG

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

@Anonymous can you share sample pbix file?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors