The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
63 | |
47 | |
41 |