Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Showing Text in a Matrix Only for a Certain Rows Only

Hi, I am trying to work out how I can show text values in a matrix but without showing it for the top part of each section (in the row). To show you an example, my source data looks like the followi...
  • parry2k's avatar
    5 years ago

    Anonymous use this measure in the values:

     

    Ticket Agent Measure = IF ( ISINSCOPE ( 'Table'[Ticket ID] ), MAX ( 'Table'[Ticket Agent] ) ) 

     

    Follow us on LinkedIn

     

    Check 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.