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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.