Forum Discussion
Anonymous
7 years agoNot applicable
Weighted Distribution calculation
Hello, Could you please help me to calculate weighted distribution using DAX? I have the following table: Client Products Sales 100042 product1 24 100070 product2 20 100070...
LivioLanzo
7 years agoSolution Sage
Hello Anonymous
You just need to apply the filter within CALCULATE
CALCULATE( <your sum measure>, Products[Product] = 'Product1' )