Forum Discussion

niekdp's avatar
niekdp
Frequent Visitor
8 years ago
Solved

multiply two colums in same table

Dear,   I'm new to DAX. I'm trying to multiply two columns: quantity and trade price. (the colums are in the same table) For this I'm using the product formula, but I keep receiving an error ...
  • jthomson's avatar
    8 years ago

    Product I think just works across one column and not multiple, does a measure like Sales = [quantity]*[trade price] not work?