Forum Discussion
sjacob
2 years agoFrequent Visitor
DAX Calculation for Unique Sum
Hello, I would like to get some help and support with the following DAX I've created: Direct Group Time = SUMX( FILTER('crdb contact', NOT(ISBLANK('crdb contact'[ContactGroupID])) && 'crdb...
parry2k
2 years agoSuper User
sjacob
2 years agoFrequent Visitor
Hi parry2k thank you for the response. I did a matrix visualization and I can actually see it working now thank you. However there's a missing piece I forgot to mention. I would like to only get this calculation for the unique rows with a ContactGroupID that is not 0. Looking forward to your response.