Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
SIBI1998
Helper I
Helper I

Required Dax Function

Question : Each client id connected with how many unique Ip address​. 

Screenshot 2023-03-16 172555.png

Result:

Sample dataset:

User Id             ip

821408 103.94.137.249
821408 103.94.137.249
821408 103.94.137.249
821408 103.94.137.249
821408 103.94.137.249
821408 103.94.137.249
773567 157.45.112.132
773567 157.45.112.132
773567 157.45.112.132
821450 157.33.36.95
821453 106.215.56.25
821453 106.215.56.25
773567 157.45.112.132
773567 157.45.112.132
821023 49.36.32.161
821023 49.36.32.161
821023 49.36.32.161
821023 49.36.32.161
821023 49.36.32.161
821023 49.36.32.161
773567 157.45.112.132
773567 157.45.112.132
773567 157.45.112.132
773567 157.45.112.132
773567 157.45.112.132
821444 27.59.159.136
773567 157.45.112.132
773567 157.45.112.132
821453 106.215.56.25
821453 106.215.56.25
821453 106.215.56.25
821023 49.36.32.161
821023 49.36.32.161
821023 49.36.32.161
773567 157.45.112.132
821023 49.36.32.161
773567 157.45.112.132
821408 103.94.137.249
821023 49.36.32.161
773567 157.45.112.132
773567 157.45.112.132
773567 157.45.112.132
773567 157.45.112.132
821023 49.36.32.161
821023 49.36.32.161
821408 103.94.137.249
773567 157.45.112.132
821444 27.59.159.136
821453 106.215.56.25
1 ACCEPTED SOLUTION

Hi @SIBI1998 
Please refer to attached sample file with the proposed solution

1.png2.png

Unique IP Filter = 
COUNTROWS (
    CALCULATETABLE ( 
        VALUES ( 'Table'[IP] ),
        ALLEXCEPT ( 'Table', 'Table'[User ID] )
    )

View solution in original post

6 REPLIES 6
tamerj1
Super User
Super User

Hi @SIBI1998 

what about

DISTINCTCOUNT ( 'Table'[IP Address] )

 

Hi @tamerj1 I tried distinct count its not working, not getting appropiate result. 

@SIBI1998 
Please clarify further what result are you getting VS what result are you expecting.

Screenshot 2023-03-17 111357.png

. If im clicking on Slicer user id, then it shows user id with same Ip address And i don't know in which user id have unique Ip address. So for now i have to click randomly in slicer to check the which user-id have unique ip address. 

 

 

 

 

---------------------------------------------------------------------------------

Result:
Screenshot 2023-03-17 111957.pngYou can see here. One user-id having 2 unique ip address. So this Result I want see in my report. Only those user-id having unique ip address. For now it shows all. I tried Distict Count its not working. So expecting some DAX formula to work. 

Hi @SIBI1998 
Please refer to attached sample file with the proposed solution

1.png2.png

Unique IP Filter = 
COUNTROWS (
    CALCULATETABLE ( 
        VALUES ( 'Table'[IP] ),
        ALLEXCEPT ( 'Table', 'Table'[User ID] )
    )

thanks @tamerj1 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.