Forum Discussion
MH3
Helper V
4 years agoAverages OverDue by Customers
Hi, I have a OverDue Column for each invoices, and I have a measure for Average OverDue ( but its getting Average on per invoices not on Customer) The customer names are repeating it shou...
Tahreem24
Super User
4 years agoMH3 ALright then make this adjustment in that measure:
MEASURE = CALCULATE(AVERAGE(TableName[Overdue Column]),ALLEXCEPT(TableName,TableName[Customer Column], TableName[OverDueDays]))
MH3
Helper V
4 years agoTahreem24
I am confused a bit,
I have calculated OverDueDays in my Receivables Table according to the invoices
But I have used your two Formulas and they are showing different results
Which one is the correct one?
1) ALLEXCEPT(Customer,Customer[CustomerName]))
With AllExcept( Customers, CustomerName)
2) ALLEXCEPT(Receivables,Customer[CustomerName],Receivables[OverDueCol]))
ALLEXCEPT(Receivables,Customer[CustomerName],Receivables[OverDueCol]))
There is a 2 Customer difference between them, which one should be correct?