How to get unique count before and after split rows on the same table

Hi all,

I am working with some data contain the record of user_id and event_id.

I want to get the percentage of the unique user encounter each event.

i.e. (unique user encount event 1) / (unique user) .

I know I can do the calculation with Datasweet plug-in.

but I am not sure how to get both unique counts at the same time.

Thanks.

This probably isn't something you'll be able to do with the data table in Kibana, but you may be able to accomplish it using Canvas. Do you have Canvas in your Kibana installation?

1 Like

Hi Lukas,

After trying the canvas, I think canvas cannot do what I want.

But still, thanks for the advice.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.