Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Adding a Hierarchy on Filter Pane

Hello,

I want to place a hierarchy filter in the Filters pane on Power BI, but I am cannot.

 

I can create a hierarchy slicer on the report, but I'd like to place the filter on the Filters pane instead. Is this possible?

 

I would need to filter out blank values from the name in the hierarchy.

 

 

This is an example. I want to filter out the lines with red cross. I cannot use one column from the hierarchy because I might filter out a record that I need in another drill down. The hierarchy I have is a bit inconsistent, and I need to find a way to work around it. 

6 Replies

  • Anonymous , after you added all the levels in the slicer, use a visual level filter to remove blank values. Check for values not is blank.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hello Amit,

      Even if my value is blank, sometimes I would need to keep the row. If there is a name for this row, I need to keep it even if the value is blank.

      • amitchandak's avatar
        amitchandak
        Icon for Super User rankSuper User

        Anonymous , then you can use the measure as filter from the fact or facts and check for non blank

         

        Countrows(fact1)+ countrows(fact2)

         

         

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anyone got any solution to add the hierarchy slicer to the filters pane?