Forum Discussion
MNGoodyear
7 years agoFrequent Visitor
Calculations
HI, I am sure this will be simple but very annoying. I have cretaed a very simple example to demonstrate my frustration/inability In the below table I have created the margin column and t...
- 7 years ago
Use this MEASURE instead.
Hopefully this will work for both table and card visual
Total MArgin = SUMX('Report 1',([price]-[Cost])*[qty])
Zubair_Muhammad
7 years agoCommunity Champion
Use this MEASURE instead.
Hopefully this will work for both table and card visual
Total MArgin = SUMX('Report 1',([price]-[Cost])*[qty])- MNGoodyear7 years agoFrequent Visitor
Thanks very much