Forum Discussion
sebbyp
8 years agoHelper III
Challenging Measure Calculation
Help Please on this challenging measure calculation. I have two tables and i would like to create the column or measure for the 'Weighted Value' in Table 2. The calculation is Table 2 Trade Partner...
- Anonymous8 years ago
Hi sebbyp,
You can try to use below formual to get the weighted value(calculate column):
Weighted Value = [Trade Partner Weight] * SUMX ( FILTER ( ALL ( Table1 ), Table1[Trade Partner] = EARLIER ( Table2[Trade Partner] ) && Table1[Date] = EARLIER ( Table2[Date] ) ), Table1[Value] )Regards,
Xiaoxin Sheng
Anonymous
8 years agoNot applicable
Hi sebbyp,
Maybe you can take a look at The Definitive Guide to DAX, I also learn from this book.:smileyhappy:
Regards,
Xiaoxin Sheng
sebbyp
8 years agoHelper III
AnonymousThank, just ordered it!