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?
MarcelBeug
8 years agoCommunity Champion
niekdp why not just share your formula instead of letting everybody wild guessing what would be wrong with it?
niekdp
8 years agoFrequent Visitor
Next time I will do this, thx!