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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
JVP
Helper II
Helper II

Count of Dates that is within this year - Measure

Hi all,

I need to produce a Card with a measure that will count a dated column, it should produce a count if it is within this year. so the below table has 7. I can get it to work with a helper column as shown in right but I would prefer to have a measure rather than a calculated column. Is this possible?

 

I tried:

This Year = CALCULATE(COUNTROWS('Table'),'Table'[Date]=YEAR(TODAY()))   but it doesn't work.

 

Capture.JPG

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @JVP 
A small correction

This Year = CALCULATE(COUNTROWS('Table'),YEAR('Table'[Date])=YEAR(TODAY()))

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @JVP 
A small correction

This Year = CALCULATE(COUNTROWS('Table'),YEAR('Table'[Date])=YEAR(TODAY()))

Thanks very much! That worked. I guess I wa almost there...😁

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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