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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Aditya_Meshram
Solution Supplier
Solution Supplier

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 @Aditya_Meshram ,

 

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 @Aditya_Meshram ,

 

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

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 @Aditya_Meshram ,

 

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!!

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 @Aditya_Meshram ,

 

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.