Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I hope someone can help
I am using a measure to filter data in a table by a date column, however the filter is not working
I want to count the amount of rows in a table where one column is "criteria 1" and another date colum is "this year". The formula accurately seperates "criteria 1" but does not filter by year
Solved! Go to Solution.
Hi @Matt22365
I dont see a symbol ")" in your Year('DataBase'[Date Opened] statement
try
Count No Opened = CALCULATE(COUNTROWS('DataBase'),'DataBase'[Criteria]="Criteria 1",Year('DataBase'[Date Opened])=YEAR(TODAY()))do not hesitate to kudo useful posts and mark solutions as solution
Linkedin
Hi @Matt22365
I dont see a symbol ")" in your Year('DataBase'[Date Opened] statement
try
Count No Opened = CALCULATE(COUNTROWS('DataBase'),'DataBase'[Criteria]="Criteria 1",Year('DataBase'[Date Opened])=YEAR(TODAY()))do not hesitate to kudo useful posts and mark solutions as solution
Linkedin
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!