Quantcast
Viewing all articles
Browse latest Browse all 217177

Creating a measure with multiple conditions

I am looking to calculate # of bids, when Job Phase equals certain conditions.  How do we do it for more than one condition?

 

NumberofSales = Calculate(DISTINCTCOUNT(Master[Bid_Number__c]),Master[Job.Job_Phase__c]="closed")

 

For example, I want to include not only "closed" but "in process", "confirmed"

 

Thanks!


Viewing all articles
Browse latest Browse all 217177

Trending Articles