When I use the following code:

Code:
bys month: count(refer_id)
Is there anything I can add to it that only counts unique refer_ids per month? For instance, if the refer_id 1822 shows up twice in a month, it only counts it once?
Thanks!