
Hi @Mayank Bhargava ,
According to my research and testing, please try to do a troubleshooting, check if the instantiation usage receiver is missing, you can run the following PowerShell to get information about the event receiver:
$aud = Get-SPUsageDefinition | where {$_.Name -like "Analytics*"}
$aud | fl
$prud = Get-SPUsageDefinition | where {$_.Name -like "Page Requests"}
$prud | fl
Please check the EnableReceivers
, if both are false
, it means that the event receivers are disabled. We have to enable the Enable the both Event Receivers, and attache it to Usgae service application in the Content Farm. Please follow the steps in the following document:
https://social.technet.microsoft.com/wiki/contents/articles/51478.sharepoint-2016-popularity-trends-and-usage-data-return-no-results.aspx
(Note: Please note the last sentence in the document , it needs to wait 24 hours.)
Hope it can help you. Thanks for your understanding.
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.