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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Multi-Row Card Orientation of Values

Greetings everyone,

I have used a multi row card. I want to change the orientation of the values of a multi row card so that the values appear in a horizontal fashion instead of vertical.

What I have is as belows:

Aditya_Meshram_0-1629876388190.png

How I want the result to look like:

 

Aditya_Meshram_0-1629884335646.png

Please suggest some solution or work around. Any visual(including custom visual) is okay as long as the result is achieved

2 ACCEPTED SOLUTIONS
Pragati11
Super User
Super User

Hi @Anonymous ,

 

I don't think you can do that in multi-card visual.

I suggest you use a matrix visual, something like below:

Pragati11_0-1629884854458.png

Make sure to remove outlines from Colume Headers & Row Headers under formatting options for the visual.

Pragati11_1-1629884932851.png

 

Pragati11_2-1629884968270.png

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

View solution in original post

Hi @Anonymous ,

 

You can create a calculated column something like below:

 
CategoryWithDelim =
CONCATENATE(
ClothingSales[Category], " , "
)

Just replace the column name in above DAX with your column name.

 

Move this new column to matrix visual as did previously. You will get something like below:

Pragati11_1-1629896232167.png

The only drawback of this solution is it adds a delimiter to the last value as well.

You can play around with the DAX as well.

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

View solution in original post

5 REPLIES 5
goncalogeraldes
Super User
Super User

Unfortunately, for now multi-row card visual does not provide an option to switch the orientation between Vertical and Horizontal. Please check this Microsoft Idea and upvote it and this way the product team may add this feature in the future. 

 

Hope this answer solves your problem! If you need any additional help please tag me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!

Best regards,
Gonçalo Geraldes

Anonymous
Not applicable

Hi Gonçalo, thanks for showing me that idea, I upvoted it. Lets hope that this idea gets implemented. It would be really helpful to be able to adjust the orientation of values 👍 

Pragati11
Super User
Super User

Hi @Anonymous ,

 

I don't think you can do that in multi-card visual.

I suggest you use a matrix visual, something like below:

Pragati11_0-1629884854458.png

Make sure to remove outlines from Colume Headers & Row Headers under formatting options for the visual.

Pragati11_1-1629884932851.png

 

Pragati11_2-1629884968270.png

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

Hi @Pragati11 , thanks for the fast answer. This is really close to what I wanted. If I would be able to add a delimiter between the values such as a comma or dot(as shown in the screenshot) then it would be really amazing. 

Hi @Anonymous ,

 

You can create a calculated column something like below:

 
CategoryWithDelim =
CONCATENATE(
ClothingSales[Category], " , "
)

Just replace the column name in above DAX with your column name.

 

Move this new column to matrix visual as did previously. You will get something like below:

Pragati11_1-1629896232167.png

The only drawback of this solution is it adds a delimiter to the last value as well.

You can play around with the DAX as well.

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

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.

Top Kudoed Authors