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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! 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
Community Champion
Community Champion

Hi @JVP 
A small correction

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

View solution in original post

2 REPLIES 2
tamerj1
Community Champion
Community Champion

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.