Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I need to get F2=Test3,Test4
o/p to get
| F1 | R1 | F2 |
| G1 | Preparer | Test3,test4 |
I need to write a measure for F2 ,Here we can see for F1 and R1 -G1 and preparer is replicating, so output should be get in a single row like
Solved! Go to Solution.
Hi @arav007 ,
Has your problem solved by @Greg_Deckler 's solution?
I provide a sample to clarify:
Create a measure:
Measure =
CONCATENATEX ( 'Table', 'Table'[F2], "," )
Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @arav007 ,
Has your problem solved by @Greg_Deckler 's solution?
I provide a sample to clarify:
Create a measure:
Measure =
CONCATENATEX ( 'Table', 'Table'[F2], "," )
Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@arav007 You can use CONCTENATEX
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 52 | |
| 47 | |
| 41 | |
| 38 |