Forum Discussion
Anonymous
8 years agoNot applicable
SUMX - How do sum information from one table into another
I would like sum in a lookupvalue. Is that possible or is there another command(s) that I need to look at to achieve my desired outcome? I have a budget table with a field and would like to scan a t...
- 8 years ago
Anonymous,
You may add a calculated column as follows.
Column = SUMX ( FILTER ( 'Transaction', 'Transaction'[_link] = Budget[_link] ), 'Transaction'[_amt] )
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
You may add a calculated column as follows.
Column =
SUMX (
FILTER ( 'Transaction', 'Transaction'[_link] = Budget[_link] ),
'Transaction'[_amt]
)
Anonymous
8 years agoNot applicable
Your code works like a champ, Sam. Thank you for your time and effort. It is greatly appreciated.
Respectfully,
Jonathan M*