4

How to count the elements in an array created by make_set in KQL?

Adi Dibra
  • 43
  • 1
  • 3

1 Answers1

6

You can use the array_length() function: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/arraylengthfunction

Yoni L.
  • 22,627
  • 2
  • 29
  • 48