Forum Discussion
Alxnder
2 years agoFrequent Visitor
sum with multiple criteria
Hello, any help would be greatly apprecaited, this should help create other measures.
Here is the sample data:
I need to be able to sum based on the following creteria.
Alxnder Try:
Measure = SUMX( FILTER( 'Table', [Variety] = "Navel" && [Grade] = "Fancy" && [Export Market] = "Domestic" && [age] > 10 ), [Qty] )
3 Replies
- Greg_Deckler
Community Champion
Alxnder Try:
Measure = SUMX( FILTER( 'Table', [Variety] = "Navel" && [Grade] = "Fancy" && [Export Market] = "Domestic" && [age] > 10 ), [Qty] )- AlxnderFrequent Visitor
- AlxnderFrequent Visitor
Qty 10 is the desired outcome.