Number of unique IDs accumulated
Dear Community
I was asked to deliver the number of unique customer IDs year to date split by month, and I cannot myself figure out whether it is possible to calculate this number.
Example:
In January 2019 I had the following customer IDs visiting my website:
AB12
AC13
AD14
This give me 3 unique customers that month.
In February 2019 I had the following customer IDs visiting my website:
AB12
BA21
This give me 2 unique customers that month.
In March 2019 I had the following customer IDs visiting my website:
AB12
AC13
CA31
This give me 3 unique customers that month.
I am then asked to deliver a table that looks like this:
January 2019 3 unique customers
February 2019 4 unique customers
March 2019 5 unique customers
I am using the APPROXIMATE DISTINCT COUNT within Calculated Metrics to find the number of unique customer IDs in total but it does not work with the CUMULATIVE function to split it per month.
Any suggestions on how to solve this?
Thanks in advance!
Best regards
Jonas