Forum Discussion
sbmeder
Helper I
9 years agoAverage Invoice Value
Have a table that displays customer name, customers gross sale values for a filtered time period and the number of invoices relating to those sales. Want to add another column in the report that show...
MalS
Resolver III
9 years agoI think that mattbrice was suggesting that you add a new measure to do the calculation, then add that measure to the table.
For example:
1. Click Modeling > New Measure
2. Type the formula, e.g:
Average Invoice Value = DIVIDE ( [Sum of Price], [Count of Sales Invoice Number] )
3. Add that measure to the Values of your table
sbmeder
Helper I
9 years agoNot a programmer so maybe syntax wrong. This is what I got from the formula.