Hi all,
I am trying to create a calculated column to return a distinct count of "ID" based on two filter conditions:
1) "Person ID" is equal to "Person ID" of current row.
2) "Start Date" is within L12M from "Start Date" of current row.
I've got 1) to work, but cannot get 2) to work. Here's...