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
RvdHeijden
Post Prodigy
Post Prodigy

I need help with my formula TODAY()

I thought this one was easy but guess not 🙂

 

i have a colume with a dates in it and i want to know how many times TODAY() is used.

 

COUNTROWS(Verzuimverloop[datum ziektemelding]=TODAY())

 

Simply put i want to know how many people called in sick today, therefore i used TODAY() because obviously i want to know the exact same thing tomorrow and i dont want to change the date each and every time

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@RvdHeijden

 

Hi, 

 

try using this measure:

 

CallsToday = COUNTROWS(FILTER(Verzuimverloop,Verzuimverloop[datum ziektemelding]=TODAY()))

 

Let me know if works on your side.




Lima - Peru

View solution in original post

3 REPLIES 3
v-ljerr-msft
Employee
Employee

Hi @RvdHeijden,

 

Have you tried the solution provided above? It should work in your scenario. If you still have any question, feel free to post it here.Smiley Happy

 

Regards

Thanks for the reminder, i have a few posts on this forum and forgot to close this one.

That formula did the trick

Vvelarde
Community Champion
Community Champion

@RvdHeijden

 

Hi, 

 

try using this measure:

 

CallsToday = COUNTROWS(FILTER(Verzuimverloop,Verzuimverloop[datum ziektemelding]=TODAY()))

 

Let me know if works on your side.




Lima - Peru

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.

Top Solution Authors