Hi All,
What is the best practice for summing a distinct field?
Ex:
sum(distinctcount(id_evt))
This calculated field does not work.
Still, I need to calculate the percentage of the total for this field per day.
Ex:
percentageoftotal (
sum(distinctcount(id_evt)),
[date_id_evt]
)
This calculated field doesn’t work either. I tried using distinctcountover() and sumover() and it didn’t work either.
I’m waiting for help.
Thanks