Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Using sublevel matrix row as a filter

Hi,   I have quite a specific question for which I can't seem to find an answer, if there is. In my report I use a matrix as a central visual, with several visuals around it that filter along with ...
  • parry2k's avatar
    4 years ago

    Anonymous, unfortunately, there is no direct way, but you can write measures that ignore top-level categories and just filter on 3rd level category (in this case Direct)

     

    For example:

     

    Measure = CALCULATE ( SUM ( Table[Amount] ), REMOVEFILTERS ( Table[Level1], Table[Level2] ) )

     

    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.