Forum Discussion
Anonymous
4 years agoNot applicable
Conditional Formatting of Button Tooltips
Hi, On the buttons used for Page navigation there is an option to condinally format the tooltip. I am looking for a way to dynamically show a tooltip on each button to indicate which Page it's going ...
- 4 years ago
Hi, Anonymous
I don't understand what the dynamic you want is. First of all, the page name can't be automatically displayed by any dax function, you must name it directly if you want to use it.
Secondly, if you use the button to jump to other pages, isn't it fixed? Why do you need dynamic?
Best Regards,Community Support Team _ Janey
amitchandak
4 years agoSuper User
Anonymous , If should be selectedpage name
Report Page Button Tooltip =
SWITCH(selectedvalues(Page[PageName]) ,
"Report Page 1", "Now showing Report Page 1...",
"Report Page 2", "Now showing Report Page 2...",
""
)
Same formula that you use in action, you should use in the tooltip
refer if needed
Display only one page in the report, Hide rest: https://youtu.be/d4H0GKUH0r4