Skip to main content

Hello,

 

For an analysis I have a KPI with cases per quarter. I also want to have an additional KPI that accumulates the data over time. As the dimension is also time-related, I don't know how to really approach this as the data always seems to be separated per quarter. Any tips how to do this? Thank you!

 

A cumulative sum can be calculated by using the RUNNING_SUM() function.

Please refer to the following document.

 

RUNNING_SUM

https://docs.celonis.com/en/running_sum.html

 

Regards,


Reply