Forum Discussion

bullius's avatar
bullius
Helper V
9 years ago
Solved

Percentages do not equal 100%

Hi   I have produced a mathematically impossible pie chart:   Including the segments that do not have a data label, the total % = 101.72%   The data behind it is confidential, so I can't sh...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Yep, that can happen:

     

    Name, Awesomeness

    Scott, Very

    Avi, Very

    Tom, Not Very

    Scott, Not Very

     

    The Count := DISTINCTCOUNT(MyTable[Name])

     

    Slice this by Awesomeness...

    2 Very Awesome (Scott, Avi)

    2 Not Very Awesome (Scott, Tom)
    3 Total (Scott, Tom, Avi)

     

    4/3 = 133%