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
jason81
Frequent Visitor

Merge Column

Hi All,
I am new into PowerBI and want to merge multiple rows into one row based on some values.

I found similar post but using advance editor.

http://community.powerbi.com/t5/Desktop/how-to-merge-multiple-rows-into-one-row-with-different-colum...

Does anyone able to solve this problem via step by step query editor methods?

Thank you!

 

FYI,

For example:

Raw data

Vendor

E-Mail Address

10000128

marie@dyne.com

10000128

xavier@dyne.com

10000588

Michael@tech.com

10000588

George@tech.com

10000588

salina@tech.com

10000622

PARRYJON@uk.com

10000622

coleem@uk.com

10000622

lowppi@sg.com

 

 

To be applicable by team:

VENDOR

EMAIL

10000128

marie@dyne.com; xavier@dyne.com;

10000588

Michael@Tech.com; George@tech.com; salina.chen@tech.com;

10000622

PARRYJON@uk.com; coleem@uk.com; lowppi@sg.com;

1 ACCEPTED SOLUTION
Salonic
Resolver I
Resolver I

Hello,

 

You can create a new Measure (no column) with this formula :

 

Mails = CONCATENATEX(Vendor;Vendor[E-Mail Address];"; ") 

 

 

004.png

 

005.png

 

This will not create a new column in your table

 

 

 

View solution in original post

1 REPLY 1
Salonic
Resolver I
Resolver I

Hello,

 

You can create a new Measure (no column) with this formula :

 

Mails = CONCATENATEX(Vendor;Vendor[E-Mail Address];"; ") 

 

 

004.png

 

005.png

 

This will not create a new column in your table

 

 

 

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!

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