Forum Discussion
Anonymous
4 years agoNot applicable
Measure using CALCULATE, FILTER and USERELATIONSHIP
Hello Community - The measure below works but with one important problem: it is referencing the wrong date. In my salesorders table, we normally use "due date" and that is our primary conne...
- 4 years ago
You need to use CALCULATETABLE and USERELATIONSHIP for both your _CustomersThisMonth and _PriorCustomers variables.
julie_13579
3 years agoRegular Visitor
Formula works perfectly! Do you also have a formula for lost clients?
lbendlin
3 years agoSuper User
RETURN
COUNTROWS(EXCEPT(_PriorCustomers,_CustomersThisMonth))