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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.