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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Buttons and changed screen

Hi,

Can anyone help me to understand how can I implement the following idea?

 

I want to put buttons in my Power BI report. I want that each click on one of the buttons, will present table with related information (like the slicer).

In addition, I need a button that if I click on it - it won't show the table (like "clean screen" button).

I have tried to do it with Bookmars, with no success.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1660902627417.png

Here are the steps you can follow:

1. Create measure.

Flag =
IF(
    HASONEVALUE('Table'[Group1]),0,1)

2. Use Bookmarks.

Create Benchmarks for Electricity products:

vyangliumsft_1-1660902627422.png

Create a Bookmarks for Food products:

vyangliumsft_2-1660902627426.png

Create a Bookmarks for Wearing Products:

vyangliumsft_3-1660902627428.png

Create Reset's Bookmarks:

Place [Flag]in Filters, set is=1, apply filter.

vyangliumsft_4-1660902627429.png

 

vyangliumsft_5-1660902627433.png

3. Insert – Buttons – Navigator – Bookmark navigator.

vyangliumsft_6-1660902627438.png

4. Result:

Select which Button to display.

vyangliumsft_7-1660902627440.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1660902627417.png

Here are the steps you can follow:

1. Create measure.

Flag =
IF(
    HASONEVALUE('Table'[Group1]),0,1)

2. Use Bookmarks.

Create Benchmarks for Electricity products:

vyangliumsft_1-1660902627422.png

Create a Bookmarks for Food products:

vyangliumsft_2-1660902627426.png

Create a Bookmarks for Wearing Products:

vyangliumsft_3-1660902627428.png

Create Reset's Bookmarks:

Place [Flag]in Filters, set is=1, apply filter.

vyangliumsft_4-1660902627429.png

 

vyangliumsft_5-1660902627433.png

3. Insert – Buttons – Navigator – Bookmark navigator.

vyangliumsft_6-1660902627438.png

4. Result:

Select which Button to display.

vyangliumsft_7-1660902627440.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

davehus
Memorable Member
Memorable Member

Hi @Anonymous , Have you an anonymised sample of your report that you could share?

Anonymous
Not applicable

Hi,

I don't have an anonymised sample, but let me explain by example:

I need buttons that their names are:

Electricity products

Food products

Wearing products

Reset

 

Then, I want that each time that I will click on each one of the buttons, I will see the list of its "childrens" meaning:

* When I'll click on "Electricity products" - I will see table with the lines: fridge, microwave, oven, air conditioner.

* When I'll click on "Food products" - I will see table with the lines: bread, cheese, pasta, toast, rice.

* When I'll click on "Wearing products" - I will see table with the lines: shirt, pants, jacket, hat.

* When I'll click on "Reset" - the table will "disappear".

 

Pay attention that all the information comes from a table of course, meaning, I can use the slicer that looks like a button and the first 3 will work for me. My only problem is the "Reset" button, since I need to "disappear" the table to "clean" the screen. As I said, I try to do it with bookmark, but it doesn't work.

 

Any idea?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors