I have a line chart which shows accuracy over time.
The measure is calculated as Percent Errors = DIVIDE(SUM('Audit - Move Ins'[Mistake Count]),COUNTROWS('Audit - Move Ins'))
Taking the number of move ins with errors in a month and dividing by the total move ins for the month. The tool tip shows the SUM of mistake count and the total number of move ins.
Almost all of the values are close, but wrong. For example:
![122081-image.png][1]
You can see that there were 20 move ins with 9 errors in August. However 9/20 = 45%, not 40.91% as shown.
One of the months is correct, though:
![122056-image.png][2]
Why is this happening and how do I fix it?
[1]: /answers/storage/attachments/122081-image.png
[2]: /answers/storage/attachments/122056-image.png