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
CollabTechie
Frequent Visitor

Measure - countrows if date is greater than 180 days

Hi Community,

I have a requirement to write a measure to count all items if a date is great than 180 days from today.

SP_SiteOwners[LastActivityOn] is the table and column.

Any help much appreciated, please

Thanks,
CT



1 ACCEPTED SOLUTION
Nathaniel_C
Super User
Super User

Hi @CollabTechie ,
Not sure if I understand, but this counts any date from 180 days ago to today in the table.

 

If date = IF(MAX(SP_SiteOwners[Last Activity On])>TODAY()-180,1,0)
sum = SUMX(SP_SiteOwners,[If date])

 


date if.PNG

 

 


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
Nathaniel_C
Super User
Super User

Hi @CollabTechie ,
Not sure if I understand, but this counts any date from 180 days ago to today in the table.

 

If date = IF(MAX(SP_SiteOwners[Last Activity On])>TODAY()-180,1,0)
sum = SUMX(SP_SiteOwners,[If date])

 


date if.PNG

 

 


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




@CollabTechie ,

If you put the second measure on the table it works as well.
date if2.PNG

 


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi @CollabTechie ,
And if you were asking for more than 180 days in the future, change the first measure to:

More than 180 days in the future = SUMX(SP_SiteOwners,IF(MAX(SP_SiteOwners[Last Activity On])>TODAY()+180,1,0))

and point the sum measure to this one.
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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.