Forum Discussion
sbmeder
9 years agoHelper I
Average 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
9 years agoResolver III
Ahh - ok. Maybe try:
Average Invoice Value = DIVIDE ( SUM( 'Table Name'[Sum of Price]), DISTINCTCOUNT('Table Name'[Sales Invoice Number] ))
sbmeder
9 years agoHelper I
Mal,
Finally had a chance to use your suggestion, still not getting the correct calculation. For Leslie's the average invoice value should be 22.34.