The standard ratio count does not work because it takes into account the activities and not the cases.
I have tried: filter count (which does not work because it counts activity and not the cases)
I tried multiple PU_count and PU_count_distinct (also did not work)
I have tried case when (activity = "XX") then count (cases) else 0. (But this is not allowed in Celonis)