Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 of the subcategories only.
Solved! Go to Solution.
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
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
User | Count |
---|---|
14 | |
5 | |
2 | |
2 | |
1 |
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |