Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Don't summarize values in matrix visual

Hi, I have a column of percentages and can view them properly in a table, but when i turn the table to a matrix, it sums it up and there is no "don't summerize" option. I also changed the default su...
  • d_gosbell's avatar
    7 years ago

    As a general rule I don't store percentages in columns as they are typically non-additive. Instead I store the raw values that are used to calculate the percentage, then I create a measure to calculate the percentage. In this way the percentage can be calculated correctly regards of any grouping or filtering that is applied.