Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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 | |
10000128 | |
10000588 | |
10000588 | |
10000588 | |
10000622 | |
10000622 | |
10000622 |
To be applicable by team:
VENDOR | |
10000128 | |
10000588 | |
10000622 |
Solved! Go to Solution.
Hello,
You can create a new Measure (no column) with this formula :
Mails = CONCATENATEX(Vendor;Vendor[E-Mail Address];"; ")
This will not create a new column in your table
Hello,
You can create a new Measure (no column) with this formula :
Mails = CONCATENATEX(Vendor;Vendor[E-Mail Address];"; ")
This will not create a new column in your table
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
59 | |
53 | |
53 | |
36 | |
33 |
User | Count |
---|---|
80 | |
73 | |
45 | |
45 | |
43 |