Forum Discussion
Averages OverDue by Customers
Tahreem24 Yes, but It should show by OverDueDays Column
(your measure works only with CustomerName)
magr uske sath work karna chaiye 😞
MH3 ALright then make this adjustment in that measure:
MEASURE = CALCULATE(AVERAGE(TableName[Overdue Column]),ALLEXCEPT(TableName,TableName[Customer Column], TableName[OverDueDays]))
- MH34 years ago
Helper V
Tahreem24
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?