Hi there,
Try adding the counter as per this article and see if it is reflected in the report.
Set up Performance Counters in Windows Performance Monitor https:// learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/set-up-performance-counters-performance-monitor
Investigate the current registry settings for PerfPoc
Reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance /ssend the output to the developer
Set "Disable Performance Counters" to 0. Any value other than 0 causes the performance counter to be disabled
Reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance /v "Disable Performance Counters" /t REG_DWORD /d 0
-----------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--