Hi,
I have a workflow where I am taking current MTD data from source SQL and publishing it to the Tableau server. I need the achieve the following :
I need to maintain 12 months of aggregated data in the tableau data source so if on every 1st of the month I append the previous month data into a separate Tableau data source "TC_history" and join with daily tableau data source i.e. "TC_Delta" and "TC_history" tableau data source, it will work fine but once I reach where I have 12 months of total data and now I am in 13th month, how would I make sure I have only 12 months of data. Any ideas?
I am ok if this can be achieved through flat files as well, I can think to use a flat-file as a final source for Tableau data source.