Forum Discussion

MNGoodyear's avatar
MNGoodyear
Frequent Visitor
7 years ago
Solved

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...
  • Zubair_Muhammad's avatar
    7 years ago

    MNGoodyear

     

    Use this MEASURE instead.

     

    Hopefully this will work for both table and card visual

     

    Total MArgin = SUMX('Report 1',([price]-[Cost])*[qty])