Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
azaterol
Helper V
Helper V

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

sample1.PNG

 

sample2.PNG

 

Thanks for help.

1 ACCEPTED SOLUTION
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.

vcgaomsft_0-1659418544231.png

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

vcgaomsft_2-1659418685888.png

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

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

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

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak , but how can I use the DAX with bookmark?

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.

vcgaomsft_0-1659418544231.png

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

vcgaomsft_2-1659418685888.png

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors