Hi,
I think the issue comes with something called Sampling in Application Insights. The correct way to count the number of requests in AppRequests table is:
AppRequests
| summarize totalCount=sum(ItemCount)
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.