Most likely you are counting a call history records. So you have to group records by call_ref at first. Then you can make additional grouping by organisation and/or officer.
[Edit]: Btw if you don't use call action (history) information it is much more effective to specify the table CL_CALL_LOGGING as the report source. Then you don't need grouping by call_ref.