Forum Discussion

findingsolution's avatar
4 years ago
Solved

Card not showing sum

I am trying to get the sum of the column 'Current Cost' in the card called 'Total Value':       If I only select some of the stocks (for example A2M), it will sum the value. But there seems...
  • ryan_mayu's avatar
    ryan_mayu
    4 years ago

    findingsolution 

    pls try this

    sum = 
    SUMX ( 
         VALUES(Stocks[Stock List]),
         [current cost]
    )