So, I have a dataset, Appointments. An appointment has a Created Date (the date the appointment was made by a scheduler) and a Scheduled Date (the date the customer is scheduled to come in). These dates are used for different metrics: Created Date is used for Conversion (to see how many customer interactions in a period resulted in an appointment) while Scheduled Date is used for Show Rate (to see how many appointments we scheduled had the customer actually show up and receive service in a given period).
One natural problem that occurs is that a customer may have their appointment Created at the tail end of, say, May, but they might not be scheduled to come in until the first week of June.
What I want to know is: is it possible to have the Date filter in DOMO work off of both date fields? As in, if I select May for the month, I can see both all appointments created in May, plus all the appointments scheduled for May?