I am trying to create a filter on my table that excludes records which have a count of distinct ‘_id’ of less than 10 grouped by email and date.
The visual is a pivot table which has
Row: syscreated (MONTH)
Column: Day of Month (calculated field extracting day from syscreated field)
Value: syscreator_email
Data:
_id
syscreated
syscreator_email
From my visual I want to add another filter which filters out any syscreator_emails for any particular day if they have less than 10 '_id’s for any given date.
I think I might need to use the countOver function in a calculated field but I haven’t managed to make it work yet.
Any further questions or issues and please just ask, many thanks.