Forum Discussion

OSS's avatar
OSS
Helper III
7 years ago
Solved

Sum problem in matrix table

Dear All I have trouble with the matrix table.  In this table sum of rows are ok, even total grand also correct. However Total sum for each column is wrong. Please help me to solve this problem. ...
  • Ashish_Mathur's avatar
    7 years ago

    Hi,

    Try this measure

    OPEX_ = SUMX(VALUES(Product_Group[Product_name]),[Per_Unit (main)]*[Deal#count]*-1)

    Hope this helps.