Hello folks,
I am trying to generate a report for average memory utilization just like the average CPU utilization report. I have copied it and changed the variables from average CPU to average memory. It shows the statistics both as a graph and as a table. The problem is that when I try to sort the query by average memory it gives me an error saying
"The given key was not present in the dictionary"
Therefore the chart lists actually the top 10, but the table gives me random 10 nodes each with their corresponding memory usages. You can see the report below. For CPU

CPU Report

My Custom Memory Report When I try to sort it by average percent memory used, it generates the error I mentioned in the beginning. Did someone have any problems like this?
