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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
POWERBI-FB
Frequent Visitor

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

@POWERBI-FB 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 @POWERBI-FB 

 

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

@POWERBI-FB 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.

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 @POWERBI-FB 

 

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.

@POWERBI-FB 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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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