Forum Discussion
sam245gonsalves
Helper I
5 years agoColumn Multiplication gives 0
Hello I have the below table with the following columns : Column 1 is hidden as its sensitive but contains brand. The rows highlighted in Yellow are Brand A & un-highlighted rows are Brand B ...
- Anonymous5 years ago
Try create either a column or a measure as below:
Column = [value]*[qty]-([value]*[qty]*[Discount_value]) Measure = var cardsales_= SUM([value])*SUM([qty]) Return cardsales_-cardsales_*SUM([Discount_value])
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
sam245gonsalves
Helper I
5 years ago
Link to exported & summarized table : https://drive.google.com/file/d/1Q6x92CXMN3BAZik9vKB6GF3eHf9aTLrx/view?usp=sharing