Forum Discussion
Bookmark action from map visual
- 5 years ago
Hi Anonymous ,
You can create a measure and a text box to achieve this instead of using bookmarks.
Create a measure like this, put it in the table visual filter and set its value as 1:
visual control = IF ( CALCULATE ( COUNT ( 'Table'[City] ), ALLSELECTED ( 'Table' ) ) < CALCULATE ( COUNT ( 'Table'[City] ), ALL ( 'Table' ) ), 0, 1 )Create a text box without any values in it to hide the column headers of the table visual. When you click circles in the map, the visual would look like 'disappear'.
Attached a sample file in the below, hopes it could help.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , usually while creating the bookmark, it creates a snapshot and should be retrieved at that point.
so if you save on a position on map , it should work
I see
so the bookmarked visual will appear only for 1 point.
I would like to make it work for all points on the map..
The behavour I m looking for is the same as a tooltip , but this is like a tooltip at a fixed place ... Not appearing on top of the mouse...