3,085 questions
@karthik palani Thank you for reaching out to us, just check the below query if it helps to achieve your ask.
let HVdev = (DeviceInfo
| where AssetValue == "High" | summarize arg_max(Timestamp,*) by DeviceId);
DeviceNetworkEvents
| join kind=leftsemi HVdev on DeviceId
Let me know if you have any further questions, feel free to post back.