Forum Discussion
Anonymous
3 years agoNot applicable
Calculate using DAX
CW StoreID CatID MatID SaleVolume 1 Store1 2 1 $ 18,674.64 1 Store1 3 1 $ 15,118.37 1 Store1 1 1 $ 107,588.30 1 Store2 2...
- 3 years ago
HI Anonymous ,
You can try this:
Weeding Season Sales = CALCULATE( SUM('Table'[SaleVolume]) ,'Table'[CW] IN {1, 2, 3, 49, 50, 51, 52})
Adescrit
3 years agoImpactful Individual
HI Anonymous ,
You can try this:
Weeding Season Sales =
CALCULATE( SUM('Table'[SaleVolume]) ,'Table'[CW] IN {1, 2, 3, 49, 50, 51, 52})