Forum Discussion
SIBI1998
3 years agoHelper I
Required Dax Function
Question : Each client id connected with how many unique Ip address​. Result: Sample dataset: User Id ip 821408 103.94.137.249 821408 103.94.137.249 8214...
- 3 years ago
Hi SIBI1998
Please refer to attached sample file with the proposed solutionUnique IP Filter = COUNTROWS ( CALCULATETABLE ( VALUES ( 'Table'[IP] ), ALLEXCEPT ( 'Table', 'Table'[User ID] ) )