Forum Discussion
Anonymous
2 years agoNot applicable
Measure Definition
Hi All, I have created the below measure to calculate a metric but want to add a condition to the measure i.e distinct opportunity id count. Basically I want to calculate my sales cycle wher...
Dangar332
2 years agoResident Rockstar
Hi, Anonymous
you want
new measure with distinctcount of opportunity_id
or
something else?
Anonymous
2 years agoNot applicable
I want to show the Sales Cycle number only just want to add a condition that what ever I'm calculating is being calculated on DISTINCTCOUNT of Opportunity IDs.
The above DAX is correct, I just want to add a condition to it that it doesn't pick duplicate IDs
- Dangar3322 years agoResident Rockstar
hi, Anonymous
that's not a condition
if you want to it as a condition then you have to compare with like (i.e >2, =0, <5) or something else
so clarify your problem