Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
arav007
Frequent Visitor

Comma Separator

Screenshot 2022-08-08 173133.png

I need to get F2=Test3,Test4

o/p to get

F1R1F2
G1PreparerTest3,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

1 ACCEPTED SOLUTION
v-yanjiang-msft
Community Support
Community Support

Hi @arav007 ,

Has your problem solved by @Greg_Deckler 's solution?

I provide a sample to clarify:

vkalyjmsft_0-1661322224199.png

Create a measure:

Measure =
CONCATENATEX ( 'Table', 'Table'[F2], "," )

Get the result.

vkalyjmsft_1-1661322272541.png

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.

View solution in original post

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @arav007 ,

Has your problem solved by @Greg_Deckler 's solution?

I provide a sample to clarify:

vkalyjmsft_0-1661322224199.png

Create a measure:

Measure =
CONCATENATEX ( 'Table', 'Table'[F2], "," )

Get the result.

vkalyjmsft_1-1661322272541.png

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.

Greg_Deckler
Community Champion
Community Champion

@arav007 You can use CONCTENATEX



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.