用 kusto 语言计算 make_set 创建的数组中有多少个元素

Count how many elements are in an array created by make_set in kusto language

如何在KQL中统计make_set创建的数组中的元素?

您可以使用array_length()函数:https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/arraylengthfunction