Is it possible to modify the CMDB Health submetric to show all classes in the cmdb health workspace pie chart and not only the TOP 10 ? Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The CMDB Health Dashboard is intentionally designed to display only the top 10 contributing CI classes for each indicator (Completeness, Correctness, Compliance, etc.). This is not an error but a product design choice, and there are two main reasons behind it:1. Performance optimisation:-The dashboard runs complex backend queries across the CMDB, which often contains a very large volume of data.-If the dashboard tried to render all classes at once, it could cause performance degradation, long load times, or even failure to display results.-To ensure the dashboard remains responsive and usable, ServiceNow limits the results to the top 10 classes contributing to each metric.2. Focus on most impactful data:-The intent of CMDB Health is to highlight the classes that have the largest impact on your overall CMDB quality.-By surfacing the top 10 classes, it helps users focus on fixing the biggest contributors first, rather than getting overwhelmed by a long list.Now, How to see other CI classes?While the dashboard itself only shows the top 10, you can use filters within the CMDB Health dashboard to focus on specific classes you are interested in. By default, the filter is set to the parent table Configuration Item : cmdb_ci. (Top left corner of the dashboard) You can change the filter to a specific CI class (for example, Server) to see results only for that class.This way, you can still analyse health scores for classes outside the top 10, but in a targeted manner.There is no backend property or configuration toggle available that would display all classes at once on the CMDB Workspace dashboard. The limitation is by design.Also, to add on: the cmdb_health_result table will show the result generated for each class for each metric. You can see the backend data CI list there as well. https://{instance_name}.service-now.com/cmdb_health_result_list.do?sysparm_query=GROUPBYmetric&sysparm_first_row=1&sysparm_view=