Forum Discussion
NiugeS
5 years agoHelper V
Adding Up A Score for Values in a Column
Hi all, I've been playing with something that is likely quite simple but having difficult working out how to do it. I have two tables one consisting of names/items with a yes / no if they have t...
- 5 years agoScore measure : =CALCULATE (SUMX ( Inventory, RELATED ( Score[Score] ) ),FILTER ( Inventory, Inventory[Value] = "Yes" ))
Jihwan_Kim
5 years agoSuper User
Score measure : =
CALCULATE (
SUMX ( Inventory, RELATED ( Score[Score] ) ),
FILTER ( Inventory, Inventory[Value] = "Yes" )
)