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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.