Forum Discussion
SJ25
6 years agoResolver I
DISTINCT COUNT with Filter
Hey Guys,
I'm trying to find out how many orders are past due, and I'm using the below formula but it's giving me an incorrect number
Measure = CALCULATE( DISTINCTCOUNT(Sheet1[Order]), FILTER(Sheet1, Sheet1[Due Date] < Today()))
Thought it would be straught forward, but what am I missing?? Any help would be appreciated.
I figured it out. There were a bunch of rows in the Due Date column that were blank and were causing the issue. Apologies for not looking at it. Thanks for your help az38