Hi,
I have a KPI Widget that is calculating the Avg of an Invoice amount. I am grouping by month.
What my objective is to do, is to calculate the average monthly total by month.
Example: If the date picker is showing this year and say 7 months have passed. I am wanting to calculate the average amount invoiced per month. (Add up the total of each month for the seven months, to get a total YTD, and then divide by the number of months (7), to get the average).
This does not seem to calculate correctly, but rather seems to calculate the average of each individual invoice, not the total average of the month.
Hope I have explained it well enough. Maybe I need to create a different table, with calculations first...just not sure.
Any help would be greatly appreciated.
Steve