Skip to main content
Question

SecOps Dashboard pie chart data labels show only % β€” how to include category name

  • February 25, 2026
  • 1 reply
  • 20 views

Nisita

Hi Community,
In Google SecOps (Dashboard pie chart), I’m visualizing Alerts Severity Distribution. The pie chart renders correctly and the legend shows the categories (e.g., HIGH, LOW, UNKNOWN_SEVERITY), but the slice data labels display only the percentage (10%, 40%, 50%) and do not include the category name (expected format like β€œ10% High”).

Please check below:

Β 

Query used:

metadata.log_type = "MICROSOFT_GRAPH_ALERT"
metadata.product_name = "Office 365 Security and Compliance"
security_result.summary = /threat(?:\s)?management/ nocase

$Severity = security_result.severity

match:
Β  $Severity
outcome:
Β  $Count = count(metadata.id)
order:
Β  $Severity desc

1 reply

James_E
Staff
Forum|alt.badge.img+8
  • Staff
  • February 25, 2026

Unfortunately there’s not a way to change that value.