Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Power BI Button tooltip measure

Main issue:
I have a button in PBI and and the goal is that to have a formatted tooltip when an user hovering her/his mouse over the button, the problem is that I am trying to write a measure which can lead to the selected page (I have created a formatted page with background color and so) and I am only able to pass a string in the measure as a tooltip value.
Is there any way to solve that the tooltip shows the formatted page?


Tooltip =
MAXX (
FILTER (
ADDCOLUMNS (
'Page Level Security',
"Rank", RANKX ('Page Level Security',[Page_Num],,ASC)
),
[Rank] = 1
),
'33'
)

 

Instead of '33' how can linkage the page (what I created for that tooltip), so when the end-user hover her/his mouse over the button she/he will see the tooltip page as a tooltip or is there any way to have a regular non-bold text for the tooltip?

3 Replies

  • VijayP's avatar
    VijayP
    Icon for Community Champion rankCommunity Champion

    Anonymous 

    Not very clear problem statement. In General ToolTip is just to Hover a Visual and get the image shown there!

    Button is not a visual so I donot think Tooltip works for it!

  • Hi,

     

        Tooltip for button is only for the visual headers. You can enable the visual header and then map the your tooltip page but it will show as information icon.

     

     

    Thanks

    Hari