Skip to main content
Question

Remove duplicate leads

  • November 13, 2024
  • 1 reply
  • 83 views

Forum|alt.badge.img+5

Hello,
I Have the below list of leads and I want to count 1 in the column Count only for the lastest lead of the company.
The goal is to remove duplicate leads of my lead analysis.


Thanks 
 

1 reply

Stef
Employee
Forum|alt.badge.img+12
  • Employee
  • November 15, 2024

Hi ​@Cedric LJ ,

You can do this by using the CUMULATE function. I’ve made an example in the screenshot below. 

You cumulate the number 1, across the Leads dimension and reset the value each time the name changes. The highest number will be the latest lead (e.g. nr 2 for lead A in my example).

You can remove the -1 at the end of the formula if you don’t want to see only duplicates (now unique items will be 0). 

Hope this helps,