Forum Discussion
PBIfanatic
4 years agoHelper V
Count 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
4 years agoHelper V
Hi, I have used Calculate(DistinctCount(Table[Company]), Filter(Sales, [#SalesContact] > 0) this works without the month field. When I use the month field is when the company is counted for each month.