Forum Discussion
Visual With Row Headers vs Column Headers
- 4 years ago
bvbull200 yes I will not go that route, putting the label as a different visual, it is always tough to maintain.
There is one way to present the data you want but you need to create a measure for each column which will be simply MAX ( Table[ColumnName] )
and then use these measures in a matrix visual and on the formatting pane, turn on show on rows, and that will do it.
✨ Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.
- bvbull2004 years ago
Helper III
Thank you for the suggestion. I have tried that visual, but the category labels only display below the value and not to the side. I can possibly use the multi-row card to display the values, then add text boxes next to each one to label them, but that seems like a less than elegant solution.