Forum Discussion
NickProp28
4 years agoPost Partisan
Need help on function VLOOKUP
Dear Community, I would like to create a new column to sum up the total weight from another table. But I dont want the total value are copying to every single row in my new table. I just want to ...
- 4 years ago
is this what you want? pls see the attachment below
Greg_Deckler
4 years agoCommunity Champion
NickProp28 Bingo!
NickProp28
4 years agoPost Partisan
Dear Greg_Deckler ,
Any hits on code could be provided? I lost on the SUM part and how does lookupvalue include the FILTER for num=1 in this case
Thank
- Greg_Deckler4 years agoCommunity Champion
NickProp28 Maybe:
Column = VAR __ID = [ID] RETURN IF([Num] <> 1),BLANK(),SUMX(FILTER('Table2',[ID]= __ID),[Weight])) - NickProp284 years agoPost Partisan
Dear Greg_Deckler ,
Thanks for the feedback.
Following ur code but I encounter some issues.TABLEA's weight cant be put on this part
- ryan_mayu4 years agoSuper User
is this what you want? pls see the attachment below
- NickProp284 years agoPost Partisan
- ryan_mayu4 years agoSuper User
you are welcome