Forum Discussion
PBIfanatic
Helper V
4 years agoCount first occurance
Hi, I have a data requirement to count only the first occurance of an event. So if a Sales rep contacts a company, only the first contact is to be counted. Sales Rep Company Month ABC ...
PBIfanatic
Helper V
4 years agoHi,
Is there a way this can be solved please?
thanks.
Anonymous
4 years agoNot applicable
Hi,
Try this,
Calculate(DistinctCount(Table[Company]), Sales, [#SalesContact] > 0,Removefilters(ales, [#Month] )