Forum Discussion

azaterol's avatar
azaterol
Helper V
4 years ago
Solved

Filter help

Hello,

 

when I use the Document Nr Filter the blue table should move left. I have a DAX for this, but it wont work fine.
How can I make it that the bookmark recognize that there is a filter input, to make move the blue table under the red table?

  

filter for doc-number = calculate(if(isfiltered(Documentation[Documentation Nr]), 1 , 1 ), allselected())

 

Here is the sample:

https://easyupload.io/39s8ge

 

 

Thanks for help.

  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi azaterol ,

     

    When you create a bookmark, the following elements are saved with the bookmark:

    • The current page
    • Filters
    • Slicers, including slicer type (for example, dropdown or list) and slicer state
    • Visual selection state (such as cross-highlight filters)
    • Sort order
    • Drill location
    • Visibility of an object (by using the Selection pane)
    • The focus or Spotlight mode of any visible object

    Unfortunately, bookmarks do not currently support saving the position of the visual. The way I can think of is to create two identical blue table visuals and use bookmarks to save the visibility status.

    It might be logically better to hide the slicer under the ALL bookmark.

    For such kind of needs, you may also submit an idea in Power BI Ideas: Ideas

    It’s a place where the product group collects suggestions from users to improve the features of this product. Thanks in advance!

     

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly -- How to provide sample data

3 Replies

  • azaterol , why 1 in both case, one should be 0

     

    filter for doc-number = calculate(if(isfiltered(Documentation[Documentation Nr]), 1 , 0 ), allselected())

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi azaterol ,

         

        When you create a bookmark, the following elements are saved with the bookmark:

        • The current page
        • Filters
        • Slicers, including slicer type (for example, dropdown or list) and slicer state
        • Visual selection state (such as cross-highlight filters)
        • Sort order
        • Drill location
        • Visibility of an object (by using the Selection pane)
        • The focus or Spotlight mode of any visible object

        Unfortunately, bookmarks do not currently support saving the position of the visual. The way I can think of is to create two identical blue table visuals and use bookmarks to save the visibility status.

        It might be logically better to hide the slicer under the ALL bookmark.

        For such kind of needs, you may also submit an idea in Power BI Ideas: Ideas

        It’s a place where the product group collects suggestions from users to improve the features of this product. Thanks in advance!

         

        Best Regards,
        Gao

        Community Support Team

         

        If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

        How to get your questions answered quickly -- How to provide sample data