Forum Discussion
Search multiple perf counters
- Jan 15, 2018Hey Dante, Try this query, it shows a number of perf counters, and the average calculated per computer and counter name. The results show the counter name in a separate column. Is this what you were looking for? 
Hey Dante,
Try this query, it shows a number of perf counters, and the average calculated per computer and counter name. The results show the counter name in a separate column.
Is this what you were looking for?
- Noa KuperbergJan 16, 2018Microsoft Yes, you can do it this way. Note that I used join kind "fullouter" to includes all records, while the default join behavior is to show only records that match and exists on both left and right tables. - Dante Nahuel CiaiJan 16, 2018Brass ContributorThank you for all your help. What is the project-away cmlet? Thank you! - Noa KuperbergJan 17, 2018Microsoft project-away actually excludes field from the results. After join, fields that have the same name in both table (such as the field you join on) are shown as "Fieldname" and "Fieldname1". If you want remove one of them from the result set, project-away is the easiest way.