Forum Discussion
rdallimore
8 years agoFrequent Visitor
Measure with conditions
Hi good people of the community!, im looking to create a set of measures for my data set so i can capture trend on an ongoing basises inanother table - but im having a little trouble with the mea...
- Anonymous8 years ago
Hi rdallimore
Yes, based on the high level details you have given in the post, yes, you can use CALCULATE function with the DISTINCTCOUNT or SUM along with FILTER() as needed. For example:
CALCULATE(DISTINCTCOUNT(Sales[Order ID]), FILTER(Sales,Sales[Product ID]=100))
Post more details with sample data if you need exact solution.
Thanks
Raj
Anonymous
8 years agoNot applicable
Hi rdallimore
Yes, based on the high level details you have given in the post, yes, you can use CALCULATE function with the DISTINCTCOUNT or SUM along with FILTER() as needed. For example:
CALCULATE(DISTINCTCOUNT(Sales[Order ID]), FILTER(Sales,Sales[Product ID]=100))
Post more details with sample data if you need exact solution.
Thanks
Raj
- rdallimore8 years agoFrequent Visitor
Many thanks Raj - it was the FILTER that i needed.
many thanks
Rich