I have established a connection to an Airtable dataset for creating a dashboard using this information. So far, I have successfully utilized the Calendar Visual created by MAQ Software to display certain date events in a monthly format. However, I’m now looking to incorporate a second date column to represent different events, but I’m unable to identify how to achieve this.
The structure of my table is as follows:
Name | Event1 Date | Event2 Date | Comments |
---|---|---|---|
Name1 | DDMMYY | DDMMYY | abc |
Name2 | DDMMYY | DDMMYY | def |
Name3 | DDMMYY | DDMMYY | ghi |
Name4 | DDMMYY | DDMMYY | jkl |
Name5 | DDMMYY | DDMMYY | mno |
Name6 | DDMMYY | DDMMYY | pqr |
At the moment, the visual only allows me to display either the Event1 or Event2 date for a particular name. Is there a method to include both event dates simultaneously? Essentially, can I pull different data points from both columns for the same entry?