Hi, I'm unable use join operator.Please help me what's wrong in my syntax Signinlogs | where IPAddress==" xxx" |project ______ |join AADNoninteractiveSignInLogs | where UserDisplayname=="xxx" This is the query I'm using I'm getting below error Error: Join Operator is missing on clause Please suggest what is wrong