Forum Discussion

calen's avatar
calen
Icon for Helper I rankHelper I
4 years ago
Solved

Help with Totaling

Hello All!    I've got what I feel is a very simple problem but I can't quite figure out how to fix it. Below is a sample Dataset. I am trying to take the normal price - the discount price, then mu...
  • amitchandak's avatar
    4 years ago

    calen , I think it should be like

     

    Discount Amount =

    SUMX(Table, ([Unit Price] - [Discount Price])*[Quantity])