Forum Discussion

LuisMLRossa's avatar
LuisMLRossa
Frequent Visitor
4 years ago
Solved

Matrix Visual :: "Ghost" numbers not adding up

Hi All,   Kindly request your help about this issue.   In short: Some numbers in a matrix visual are invisible to totals, sub-totals, etc.   In detail: I have a matrix visual and in the rows ...
  • amitchandak's avatar
    4 years ago

    LuisMLRossa , Try a measure like

     

    Sumx(summarize(Table, Table[Level1], Table[Level2], "_1",Result),[_1])