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.
I have a task and trying to group the data which is in Multiple rows
Consider below the data in the Table
FileName Sharedwith
test.docx abc@123.com
test.docx xyz@123.com
test.dox 123@abc.com
test1.pptx abc@123.com
test1.pptx zz@xyz.com
and the output expected is
FileName Sharedwith
test.docx abc@123.com , xyz@123.com, 123@abc.com
test1.pptx abc@123.com, zz@xyz.com
Request to help in how to group the data
Thanks in Advance.
Solved! Go to Solution.
Hi @Anonymous
We can build a calculated column to solve this problem:
Group = CONCATENATEX(FILTER('Table','Table'[FileName]=EARLIER('Table'[FileName])),'Table'[Sharedwith],",")
Result is as below:
You can download the pbix file form this link:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your problem or share me with your pbix file from your onedrive business.
Best Regards,
Rico Zhou
Hi @Anonymous
We can build a calculated column to solve this problem:
Group = CONCATENATEX(FILTER('Table','Table'[FileName]=EARLIER('Table'[FileName])),'Table'[Sharedwith],",")
Result is as below:
You can download the pbix file form this link:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
62 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |