Forum Discussion
mosman
6 years agoFrequent Visitor
Customer with multiple accounts
I have a customer table with multiple columns, the main columns are: SSN, AccountNumber, FirstName, LastName, MI, LastTransactionDate. SSN is the unique identifier, because last name could change d...
- 6 years ago
I think you are looking at the grand total, the same as what is done is this issue
SUMX ( DISTINCT ( Table1[SSN] ), INT ( CALCULATE ( COUNT ( Table1[Account No] ) ) >= 1 ) )
mosman
6 years agoFrequent Visitor
I am looking for how many ssn that have more than one accountnumber. is that what the formula for?
amitchandak
6 years agoSuper User
I think you are looking at the grand total, the same as what is done is this issue
SUMX ( DISTINCT ( Table1[SSN] ), INT ( CALCULATE ( COUNT ( Table1[Account No] ) ) >= 1 ) )