Sample SOQL:
SELECT COUNT( LiveChatTranscriptId )
FROM LiveChatTranscriptEvent
WHERE Type = 'TransferredToButton'
AND LiveChatTranscript.Status = 'Completed'
AND CreatedDate = LAST_N_DAYS:7
Output:

Sample SOQL:
SELECT COUNT( LiveChatTranscriptId )
FROM LiveChatTranscriptEvent
WHERE Type = 'TransferredToButton'
AND LiveChatTranscript.Status = 'Completed'
AND CreatedDate = LAST_N_DAYS:7
Output: