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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Mstrande
Resolver I
Resolver I

Rowbrake between values when using List of value in a matrix (new quick measure)

table.JPG

 

Hi,

 

Today I found that its possibly to do a quick measure and choose text and concatenate which means that the Matrix (pivot) shows all values in the cell and not only the first. great.

 

But do anyone now how to get a row break between these values?

 

It shows the data like this in a cell

Value A, Value B, value C

 

I want

ValueA

Value B

Value C

 

I tried to use wrap text and narrov the columns but the textvalues has a dfferent length so it didnt work.

Br

Mattias

 

 

 

 

3 ACCEPTED SOLUTIONS
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @Mstrande 

You may add a measure with UNICHAR function in matrix as below:

Measure = CONCATENATEX(Table1,Table1[Value],UNICHAR(10))

1.png

Regards,

Community Support Team _ Cherie Chen
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

 

Hi,

 

thanks for the answer, looks promising.  My formula looks like below in a measured column where technical content level 2 is my values that need to be sorted with a row brake, line brake, "return" between each value. Can you guide how to implement your formula?

/Mstrande

 

Formula.JPG

View solution in original post

Hi @Mstrande 

Please replace the delimiter "," of CONCATENATEX Function in your formula with UNICHAR(10).

 

Measure = CONCATENATEX(Table1,Table1[Value],UNICHAR(10))

Regards,

Community Support Team _ Cherie Chen
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

4 REPLIES 4
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @Mstrande 

You may add a measure with UNICHAR function in matrix as below:

Measure = CONCATENATEX(Table1,Table1[Value],UNICHAR(10))

1.png

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Mstrande 

Please replace the delimiter "," of CONCATENATEX Function in your formula with UNICHAR(10).

 

Measure = CONCATENATEX(Table1,Table1[Value],UNICHAR(10))

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for this, so great.

/M

 

Hi,

 

thanks for the answer, looks promising.  My formula looks like below in a measured column where technical content level 2 is my values that need to be sorted with a row brake, line brake, "return" between each value. Can you guide how to implement your formula?

/Mstrande

 

Formula.JPG

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Kudoed Authors