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

excel Text Join method with Dax

Hi All,

Need to get the same Lookup Value column result.. Can someone help me..?

 

CountrySales Rep CountryLookup Value
BrazilJena Brazil Jena, Marie
BrazilMarie Canada Jack, Marie
CanadaJack
 
  
CanadaMarie   

 

Regards,

 

Murali

2 ACCEPTED SOLUTIONS
PattemManohar
Community Champion
Community Champion

@Anonymous Please try this as a "New Table"

 

Test143 = SUMMARIZE(_Emp,_Emp[Deptno],"Names",CONCATENATEX(_Emp,_Emp[Ename],","))

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Murali,

 

A measure solution in a Table visual.

Measure 2 =
CONCATENATEX ( VALUES ( Table2[Sales Rep] ), [Sales Rep], "," )

excel-Text-Join-method-with-Dax

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Murali,

 

A measure solution in a Table visual.

Measure 2 =
CONCATENATEX ( VALUES ( Table2[Sales Rep] ), [Sales Rep], "," )

excel-Text-Join-method-with-Dax

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
PattemManohar
Community Champion
Community Champion

@Anonymous Please try this as a "New Table"

 

Test143 = SUMMARIZE(_Emp,_Emp[Deptno],"Names",CONCATENATEX(_Emp,_Emp[Ename],","))

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




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.

Top Solution Authors
Top Kudoed Authors