Forum Discussion
Anonymous
7 years agoNot applicable
count rows with multiple condition
Hi i have two tables here below. From the first table, i want to count the opp no. but just status of won,open and lost. Then I want to calculate the average no. of opportunity by month (of just wo...
- Anonymous7 years ago
Hi v-piga-msft. Thanks for your answer but that wasn't exactly the answer I was looking for.
I instead found out the funciton.
total opp = CALCULATE(COUNT('Opportunity'[Opp number]),'Opportunity'[Status]IN{"won","lost","did not proceed"})Thanks.
v-piga-msft
7 years agoResident Rockstar
Hi Anonymous ,
Have you solved your problem?
If you have solved, please accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry
- Anonymous7 years agoNot applicable
Hi v-piga-msft. Thanks for your answer but that wasn't exactly the answer I was looking for.
I instead found out the funciton.
total opp = CALCULATE(COUNT('Opportunity'[Opp number]),'Opportunity'[Status]IN{"won","lost","did not proceed"})Thanks.