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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Simon_Br
Helper I
Helper I

Table rows in column

Hello,

 

I have a challenge and i hope, somewere can help me.

We can i created this table i Power Query or in DAX?

 

2543000 2543000;45000;85000;1588
2545000 26999;858;4786;4587
2585000   
251588   
26999   
26858   
264786   
264587   

 

Many Thanks for the Help! 

 

 

Best Regards,

Simon

1 ACCEPTED SOLUTION
khaledHabib90
Resolver II
Resolver II

If you are looking to concatenate the values then the below should help in dax as a measure:

Measure = CONCATENATEX('YouTableHere','YourTableHere'[ValuesColumn],";")
 
If my answer helped you solve your problem please accept it as the solution🙂
 

View solution in original post

2 REPLIES 2
slorin
Super User
Super User

with Power Query

=Table.Group(YourSource, {"Column1"}, {{"Combine", each Text.Combine([Column2], ";"), type text}})

 Stéphane

khaledHabib90
Resolver II
Resolver II

If you are looking to concatenate the values then the below should help in dax as a measure:

Measure = CONCATENATEX('YouTableHere','YourTableHere'[ValuesColumn],";")
 
If my answer helped you solve your problem please accept it as the solution🙂
 

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.