zapppsr
Board Regular
- Joined
- Aug 19, 2010
- Messages
- 189
Hi. I have a measure like this:
Visits = COUNTA(T_Visits[Oportunities])
It results the number of visits. If I associate it with a company it goes like this:
Company name - Visits
Company A - 300
Company B - 200
Company C - 123
Company D - 1
Company E - 1
Since there are lots of companies with only one visit, I want to know how many companies have only one visit.
How can I do that?
Visits = COUNTA(T_Visits[Oportunities])
It results the number of visits. If I associate it with a company it goes like this:
Company name - Visits
Company A - 300
Company B - 200
Company C - 123
Company D - 1
Company E - 1
Since there are lots of companies with only one visit, I want to know how many companies have only one visit.
How can I do that?