How to count the elements in an array created by make_set in KQL?
Asked
Active
Viewed 4,482 times
1 Answers
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