Counting of repeat incidents that has happened once before

He everyone, Can anyone suggests how to do counting of same incidents which happened several times (dates)
I have a column Inc_ID and date occurred with locations, root cause etc.

I just want to check which incidents have a repeat over time.

Thanks, Striapthi

Perhaps just use a GroupBy node, grouping on location, root cause, and other variables of interest. Set aggregation method set to count.