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.
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.
That is one heck of a workaround! It will require a little work on the front end to get the measures created, but the result seems to be just what I was after. Thank you for this. Accepted as the solution!