Forum Discussion
ChristophP
4 years agoNew Member
Customer Status Changes
We have customers that are provided with different statuses. There are different statuses if a customer was active or not. Over time we have all the changes of statuses. Now comes the problem: we wa...
mh2587
4 years agoSuper User
Customer List = CALCULATE (
VALUES ( Table1[CUstomer Name] ),
Table1[CUstomer Name] IN { "Positive", 'Negative' }
)