Forum Discussion

1 Reply

  • Anonymous , if you need a new column then  try a column like example with correct column names

     

    New column =

    var _ip = [ip]

    var _dt = [Date] -90

    var _dt2 = [Date]

    return

    countx(filter(Table, [ip] =_ip && [Date] >=_dt && [Date] <= [_dt2] ), [Ip] )