Forum Discussion
v_mark
Helper V
4 years agoCount all the next day
I have a simple problem to solve hope you can help me out.
Today is 1/10/2022.
I need to count all the entries that are greater than today with the status of "Closed" only as shown in the table below.
I was hoping to create 1 Calculated measure only that will satisfy the requirement.
Measure = COUNTROWS(FILTER('Table','Table'[Change Date]>TODAY()&&'Table'[State]="Closed"))