Skip to main content

Hi all,

I would like to create heatmap (or data to create it) by Celonis. Does anybody know how to do that? my image is in below link and its X-axis is 00:00:00 to 23:59:59(and if I can change it to monthly or yearly is more better) and Y-axis is activity to know when is the activity occurred.

image sample

https://reelyactive.github.io/diy/kibana-heatmap-space-time/

 

Thank,

Data is easy, you need as Dimension a rounding function for ACTIVITY_TABLE. EVENTIME (i.e. ROUND_HOUR or ROUND_MINUTE, and as KPI COUNT_TABLE (activity_table)

 

But heatmap... I should need to double check, but AFAIK we do not have heatmap graph neither in Analysis nor in Views (maybe with Column Chart or TreeMap or Bubble diagram you can picture something close enough)

 

HTH


Reply