Good Morning,
I have the following Table where each single record:
- Represents an Appointment.
- Contains a field called Appointment Date.
What I am trying to achieve is this: for each Appointment Date in the Dataset, I wish to show a count of total Appointments which occurs within 30 days (of each Appointment Date). For example, if the Appointment Date is 1st July 2024, I wish to know to how many Appointments occurred between 1st July 2024 to 31st July 2024 (and assign this count to 1st July).
And continue this process for every single Appointment date within the Dataset.
Kind Regards