Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.