Forum Discussion
Alta88
3 years agoHelper IV
Creating Bookmarks
I'm new to creating bookmarks and I can't seem to figure out how to go about it. In this report, I want to display team rosters, then have the user click on the info in the bottom right, which w...
Anonymous
3 years agoNot applicable
Hi Alta88 ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Flag =
IF(
MAX('Table'[Role])="total team members",1,0)
2. Place [Flag] in Filter, set is =1, and create a Bookmark.
3. Place [Flag] in Filter, set is =0, and create a Bookmark.
4. Insert – Button – Navigator – Bookmark bavigator.
5. Result:
If you need pbix, please click here.
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