Forum Discussion
Need Help Conditionally Showing a Tooltip on a Table Visual
Hi,
I have a table visual of data like below:
| Name | Location | Area |
| Joe | FL | |
| Sam | NY | Top |
| Tom | NY | Middle |
I have a hidden tooltip page that shows an image based on a measure that gives the image URL for each area. When i enable tooltips on the table visual on the main page, and i hover over a row with my cursor, rows with the location of NY will pop up with a tooltip image of that rows Area, any other location shows a blank box because only the NY location has Areas assigned to it.
How can i modify the tooltip so that when i hover over a row with a NY location the tooltip shows, but any other location ignores popping up a tooltip because i don't want blank ones to show.
Thanks!
3 Replies
- hnguy71Super User
Hi MLUM ,
I think it's possible. If you're using modern tooltips, you can set two tooltip pages:
- For the tooltip which only shows when you have a specific location:
- Create a second tooltip with the reverse setting where location is not NY with a 1x1 pixel
I haven't really explore much on conditional tooltips but at least it's a starting point.
- For the tooltip which only shows when you have a specific location:
- AnonymousNot applicable
Hi MLUM ,
Is my follow-up just to ask if the problem has been solved?
If so, can you accept the correct answer as a solution or share your solution to help other members find it faster?
Thank you very much for your cooperation!
- MLUMHelper I
This has not been solved, the table visuals do not have the same tooltip options as the comment i recieved