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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.