Forum Discussion
zach_myt
11-05-2025Data Pipeline
My insight might be an obvious one for others but when I first started using Sisense I wasn't aware I could use formula level filtering. So I could count something like communications sent by counting user_id's then using a filter in the formula to only look at email types. The formula would look like:
(DUPCOUNT([user_id]), [Email_filter])
Where I am counting the user_id's but I have a filter in the formula where I am only counting communication types of email.