I am trying to create a report that shows the Customer Name, number of deals and the sum of the spend for this financial year. I am struggling to work out how to add an extra column to show the average spend. Example Thomas Contractors average spend would be £99,957.70.
I would also like to add another dimension to the report to show the next financial year which would be WIP. if this part isnt possible I will do a separate report for each year which is fine.
@JGray30 - Add the deal property 'Amount' twice in your report columns and aggregate one by 'Average':
To view this data for this year and next, change the report to a pivot table and add in 'Close date' as a column, moving the count of deal and amount properties to the value section (as below):
Add a filter to only show deals with a close date of this year or next, it'll look something like this (imagine 'No value' is 2024 - I don't have alot of data in my test portal!):
@JGray30 - Add the deal property 'Amount' twice in your report columns and aggregate one by 'Average':
To view this data for this year and next, change the report to a pivot table and add in 'Close date' as a column, moving the count of deal and amount properties to the value section (as below):
Add a filter to only show deals with a close date of this year or next, it'll look something like this (imagine 'No value' is 2024 - I don't have alot of data in my test portal!):