Hello,
Below is the measure that I'm using to count the values which are greater than 2.
Count =
CALCULATE(COUNT('Management'[Ageing_Days]),FILTER('Management',[Ageing_Days]>2))+0
I have a column named as Process Category. in which I have 3 options, i.e. Process 1, Process 2 and Process 3.
For Process 1 and Process 2, we use the above measure to count the values from Ageing_Days column, which are greater than 2. This measure works.
But I would also require the count against Process 3, which will be greater than 10.
Please suggest.
------------------------------
Prem Guru
------------------------------