Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello everyone,
I have a slicer that is a combination of two columns. Slicer is in single selection.
When selecting the etl_update time selection (parent), it automatically selects all the other selection in the hierarchy.
How do I go about to disable any selection in the parent box or any way to not automatically select all boxes under its hierarchy?
Thanks!
Solved! Go to Solution.
What you’re seeing is typical behavior when using a hierarchical slicer in Power BI. When the slicer is in single selection mode and you click a parent item, Power BI will automatically expand it and select all child items under that parent
Instead of using a hierarchy in your slicer, create a calculated column that combines both hierarchy levels into a single string, like:
CombinedColumn = Table[ParentColumn] & " - " & Table[ChildColumn]
What you’re seeing is typical behavior when using a hierarchical slicer in Power BI. When the slicer is in single selection mode and you click a parent item, Power BI will automatically expand it and select all child items under that parent
Instead of using a hierarchy in your slicer, create a calculated column that combines both hierarchy levels into a single string, like:
CombinedColumn = Table[ParentColumn] & " - " & Table[ChildColumn]
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
65 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |