Forum Discussion
niekdp
8 years agoFrequent Visitor
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 ...
- 8 years ago
Product I think just works across one column and not multiple, does a measure like Sales = [quantity]*[trade price] not work?
BeemsC
8 years agoResolver III
What is the formula you are currently using? What error does it give?