Is there any way to take the value of a date dimension and add a specific number of days? I was trying to add 30 days in an ad hoc dimension, but could not find an AQL function for this. We have transaction dates and want to display the invoice due date (30 days after transaction date, for example) as well.
I’m looking for something like SQL’s DATEADD or BigQuery’s DATETIME_ADD.