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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
vjnvinod
Impactful Individual
Impactful Individual

Count formula issue

Hi Experts

 

this is my current measure, which appears to be working fine

 

Current HCount = CALCULATE( COUNTA('Current HC'[GPN]),FILTER(ALL('Date'),'Date'[Date]<=[LastSelectedDate]))
 
now the date table is connected to the Current HC table which has Blank dates or empty dates
this formula is considering that also when counting the number of resources
 
how do i correct the above formula, so it ignores the blank Dates from the Current HC table?
1 ACCEPTED SOLUTION
vjnvinod
Impactful Individual
Impactful Individual

please ignore I found the solution

 

Current HCount = CALCULATE( COUNTA('Current HC'[GPN]),'Current HC'[Office Joining Date]<>BLANK(),FILTER(ALL('Date'),'Date'[Date]<=[LastSelectedDate]))

View solution in original post

2 REPLIES 2
vjnvinod
Impactful Individual
Impactful Individual

please ignore I found the solution

 

Current HCount = CALCULATE( COUNTA('Current HC'[GPN]),'Current HC'[Office Joining Date]<>BLANK(),FILTER(ALL('Date'),'Date'[Date]<=[LastSelectedDate]))
Anonymous
Not applicable

Hi @vjnvinod ,

 

Glad you solved the problem yourself, you can mark the reply as the solution, more people will benfit.

 

Best Regards,

Stephen Tao

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors