Hi there AT Brain-trust,
I’m building out a pipeline dashboard using Airtable for my company, and I want to be able to show essentially a comparison of what the data was last month compared to what it is this month.
For example, I would want my dashboard to read something like:
- Number of Opportunities (Current): 1 interest, 3 submitted proposals, 5 won, 2 lost
- Number of Opportunities (As of 30 days ago): 2: interest, 2 submitted proposals, 4 won, 1 lost
I’m sorted on the current opportunities using the current state of data. I am also aware there are ‘snapshots’ of data that I can retrieve but not download (is that still true?). Even if the snapshot was downloadable, it doesn’t seem to be a very elegant solution because it means creating two sources of data.
Fields I have that might be useful here:
- Date Created (record)
- Date Modified (record)
- Date Status Changed (i.e. when a user updates the opportunity stage, it triggers a date update in this field)
Would really appreciate any tips or workarounds!