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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
raquelfreud
Regular Visitor

multirow card, does not allow to choose if to to put values, in separate rows?

Hi!

I have a visual problem using multi-row card.

The card contains a title and several values/texts.

The visual object automatically places the texts next to each other, or one below the other, but does not allow me to choose how to see (one at rigth of the other, or below).

Instead, I would like these texts ​​to be written one below the other, as rows.

It even cuts part of the texts at rigth ...

Any way to override this?

Thanks! Raquel

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

Hi @raquelfreud ,

 

As the visual's name ——"Multiple row" ,  to my knowledge, currectly each value will be displayed into a single row.But Ideas similar with what you expect have been submitted in the following link, please vote them up and you can add comments:

Multi Row Card - Improvements

Columns Separations on the Multi Row Card

 

 

If you want to show values in a single row,  as a workaround, I'd suggest you use CONCATENATEX() to combine values and the display it in Card visual:

 

Measure = CONCATENATEX(ALLSELECTED('Table'[Value]),[Value]," , ")

 

Eyelyn9_0-1635138610127.png

 

Or you may ChicletSlicer visual. (But it acts as an in-canvas filter on other visuals)

Eyelyn9_1-1635138923887.png

 

Best Regards,
Eyelyn Qin
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

1 REPLY 1
v-eqin-msft
Community Support
Community Support

Hi @raquelfreud ,

 

As the visual's name ——"Multiple row" ,  to my knowledge, currectly each value will be displayed into a single row.But Ideas similar with what you expect have been submitted in the following link, please vote them up and you can add comments:

Multi Row Card - Improvements

Columns Separations on the Multi Row Card

 

 

If you want to show values in a single row,  as a workaround, I'd suggest you use CONCATENATEX() to combine values and the display it in Card visual:

 

Measure = CONCATENATEX(ALLSELECTED('Table'[Value]),[Value]," , ")

 

Eyelyn9_0-1635138610127.png

 

Or you may ChicletSlicer visual. (But it acts as an in-canvas filter on other visuals)

Eyelyn9_1-1635138923887.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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