Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
52 | |
50 | |
48 |