Forum Discussion
Buttons and changed screen
- Anonymous4 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
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