Forum Discussion

Wi-fi's avatar
Wi-fi
New Member
3 years ago
Solved

Slicers on Matrices with Hierarchy

I have a matrix with row headers with sub categories. Is there a way to use slicers/filters to veiw the subcategories? For example, If I click Heartland on the slicer, I want it to show all o...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Wi-fi,

    Current power bi does not support only show the specific level of hierarchy fields.

    You can create an unconnected table with category values and write a measure formula to compare with current items and selections to return flag.

    After these steps, you can use it on visual level filter to filter records.

    Clever Hierarchy Handling in DAX - SQLBI

    Applying a measure filter in Power BI - SQLBI

    Regards,

    Xiaoxin Sheng