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
Anonymous
Not applicable

Unique Person based on accounts.

Hi All,

 

With a measure how do you find Unique person beind every team Number. For Example Account name A has 2 people but Person will be counted as 1 and other example be Josh1 has serval account name with single person the count will be 1. Result as shown in Result table.

 

Table1
PersonAccount Name
JakeA
JhonA
JoyB
RoyC
TimD
TinaE
JoshF
RyanF
Josh1Z
Josh1Y
Josh1X
Josh1U
Josh1W

 

Result

 

ResultAccount Name
Jake, Jhon1
Joy1
Roy1
Tim1
Tina1
Josh1
Ryan 
Josh11
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

You can create a calculated column as below to get it:

Result = 
CONCATENATEX (
    FILTER ( 'Table1', 'Table1'[Account Name] = EARLIER ( 'Table1'[Account Name] ) ),
    Table1[Person],
    ","
)

yingyinr_0-1671602696426.png

yingyinr_1-1671602873183.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

You can create a calculated column as below to get it:

Result = 
CONCATENATEX (
    FILTER ( 'Table1', 'Table1'[Account Name] = EARLIER ( 'Table1'[Account Name] ) ),
    Table1[Person],
    ","
)

yingyinr_0-1671602696426.png

yingyinr_1-1671602873183.png

Best Regards

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!

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.