Count Specific Data in column

Hello,
I try make Expressions to help to count some specific data in column, I just want to count 1,2,3 to give total count of them.

MohamedSalem999_2-1695744254802.png

 

 

 

 

Solved Solved
0 10 345
1 ACCEPTED SOLUTION

Then it needs something like..

COUNT(SELECT(Table[KeyColumn],AND([Equipment]=[_THISROW].[Equipment],NUMBER([TRC])<4)))

View solution in original post

10 REPLIES 10
Top Labels in this Space