To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
Need to get the same Lookup Value column result.. Can someone help me..?
Country | Sales Rep | Country | Lookup Value | ||
Brazil | Jena | Brazil | Jena, Marie | ||
Brazil | Marie | Canada | Jack, Marie | ||
Canada | Jack | ||||
Canada | Marie |
Regards,
Murali
Solved! Go to Solution.
@Anonymous Please try this as a "New Table"
Test143 = SUMMARIZE(_Emp,_Emp[Deptno],"Names",CONCATENATEX(_Emp,_Emp[Ename],","))
Proud to be a PBI Community Champion
Hi Murali,
A measure solution in a Table visual.
Measure 2 = CONCATENATEX ( VALUES ( Table2[Sales Rep] ), [Sales Rep], "," )
Best Regards,
Dale
@Anonymous Please try this as a "New Table"
Test143 = SUMMARIZE(_Emp,_Emp[Deptno],"Names",CONCATENATEX(_Emp,_Emp[Ename],","))
Proud to be a PBI Community Champion