Hi celopeers,
I am trying to build out a trend chart that plots the open invoice aging over time.
In terms of dimensions I have the following:
x axis - ROUND_MONTH(INVOICE CREATION DATE)
y axis - AVG(TODAY - CREATION DATE) for open invoices only
The issue I'm running into is that since KPI is tied to creation date and today's date produces a strictly negatively sloped trend as shown below, which makes sense in practice (beacuse both axes are tied to creation date), but not exactly what I'm looking for.
What I need to show is the change in trend by month, but that will require detaching the KPI calculation from the creation date, sort of like a snapshot of the KPI at the end of each month, kind of like transformation center did it before. Has anyone successfully accomplished that before? If so - how did you do that?
Thanks!
Eugene