Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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 re...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi  Anonymous ,

    I created some data:

    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:

    Create a Bookmarks for Food products:

    Create a Bookmarks for Wearing Products:

    Create Reset's Bookmarks:

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

     

    3. Insert – Buttons – Navigator – Bookmark navigator.

    4. Result:

    Select which Button to display.

     

    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