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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
JonasBI
Helper I
Helper I

Count rows where a Date is in the future

Hi everyone,

 

I am trying to create a measure that counts the rows of a column which has dates in it. 

The measure should only count the rows with dates in the future.

 

 

e.g.

JonasBI_0-1670500531601.png

this should show an output of 6 since today is the 8th of december 

Also I need another measure that counts all the entries from today and the past

 

Thanks in advance!

1 ACCEPTED SOLUTION
VijayP
Super User
Super User

@JonasBI  Try this

dates future = CALCULATE(COUNTROWS(Dates),ALL(Dates),Dates[Date]>TODAY())
I have used the datedimension table to count the rows



Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


View solution in original post

1 REPLY 1
VijayP
Super User
Super User

@JonasBI  Try this

dates future = CALCULATE(COUNTROWS(Dates),ALL(Dates),Dates[Date]>TODAY())
I have used the datedimension table to count the rows



Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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