Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have the data sample as shown in the file. When I put the hierarchies into the slicer, blank data appears. Is there a way to remove this blank data? Please help.
Sample file: https://drive.google.com/file/d/1XAmEAnBgzcnJ9uNh8EvNptX30lJNwEIu/view?usp=sharing
Solved! Go to Solution.
@Peter2023 , You might have to use hierarchy slicer. as explained
https://radacad.com/removing-blanks-from-organizational-ragged-hierarchy-in-power-bi-matrix-visual/
For that you have all "null" as null/blank
I added a step for that
= Table.ReplaceValue(#"Changed Type","null",null,Replacer.ReplaceValue,{"L1", "L2", "L3", "L4", "L5"})
please help. thank you.
Thank you for the support, but it does not match my expectations yet. I want it to be branched so that I can see which parts are smaller components and which larger parts they belong to.
Hii @Peter2023
Simple way to remove NULL: go to the Filters pane → Advanced filtering → set “does not contain” → type (null)→ Apply filter.
if filter , TX part will be disappeared
@Peter2023 , One of the ways is to use a visual level filter and remove blanks
Also check why we have blanks -https://www.youtube.com/watch?v=23qemkDqMVY
Could you please explain more? i know why have blanks but i have no idea to solve it.
@Peter2023 , You might have to use hierarchy slicer. as explained
https://radacad.com/removing-blanks-from-organizational-ragged-hierarchy-in-power-bi-matrix-visual/
For that you have all "null" as null/blank
I added a step for that
= Table.ReplaceValue(#"Changed Type","null",null,Replacer.ReplaceValue,{"L1", "L2", "L3", "L4", "L5"})
Thank you, hierarchy slicer is perfect. Everything is working now.
But any way if not use custom visual?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |