pack
IntuneDevices
| where TimeGenerated > ago (30d)
and isnotempty(OS)
| distinct OS, JoinType
| extend p = pack(OS, JoinType)

Last updated
IntuneDevices
| where TimeGenerated > ago (30d)
and isnotempty(OS)
| distinct OS, JoinType
| extend p = pack(OS, JoinType)
Last updated