Forum Discussion
Averages OverDue by Customers
AsSalam O Alikum Tahreem24
I have used your formula in TOP 10 (Filter by Customers)
But its not working as expected
MH3, Wa laikum Assalam.
Try to take only Customer column and newly created above measure and then check.
- MH34 years ago
Helper V
Tahreem24 Yes, but It should show by OverDueDays Column
(your measure works only with CustomerName)
magr uske sath work karna chaiye 😞- Tahreem244 years ago
Super User
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?