Dear Colleagues,
I have a problem: I am calculating days with CALC_THROUGHPUT function. For some events I need to use LIKE function. But As I see, it is not possible to use one, only in func. FILTER or CASE WHEN. But How to apply event in CALC_THROUGHPUT when you need to cut a part of name?
For example.
AVG(CALC_THROUGHPUT(FIRST_OCCURRENCE[Event1]
TO LAST_OCCURRENCE[Event2:%],
REMAP_TIMESTAMPS(EVENTS_EVENT.EVENT_DATE, DAYS)))
Or maybe it can be done by another function of Celonis.
Thanks