Forum Discussion

husseyma's avatar
husseyma
Frequent Visitor
2 years ago

Distinct Count Column Based on Another Column and Within a Timeframe

I am using the below formula successfully for a calculated column that returns a unique count of names associated with each UID   DCount Name = VAR ThisId = 'Transitions'[UID] RETURN     CALCUL...