This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 21 |