I have a time series chart. It shows something like CPA over time. I have another line on the dual axis that shows the CPA moving average. The number of periods is based on a parameter that…
Yes, it's kind of a hack - you use a special filter so that the filtering is done in Tableau after the moving average is calculated using a date filter calc of: lookup(min([Date]),0) The partitioning…

Loading...