Forum Discussion
NadeemAhamed
1 year agoHelper V
custom tooltip based selected cell
Hello. I have created one table or matirx visual. we have highlights some cell for the particular month slicer. is it possible to add custom note/tooltip and when user hover the curser on ...
NadeemAhamed
1 year agoHelper V
Thank you for detailed explaination.
I already have measures to add background color for the particular cells based on the month slicer.
Ex:
Table1_BG_color =
VAR _Month=SELECTEDVALUE('Financial Year'[Month])
VAR _company=SELECTEDVALUE(PV_CompanyList[Company name])
VAR _Planactual = SELECTEDVALUE(PV_Category[Plan/Actual])
RETURN
SWITCH(
TRUE(),
_Planactual = "rate(%)w.r.t. Plan",
IF(_Month= "Sep" && (_company="TKM - Total (A+B)" || _company="Muruti Suzuki - Total"||_company="Suzuki Motor Gujarat - Total"),"#66FFCC","#FDE9D9")
)
I have followed your steps and i can see the tooltip if i hover the curser on the cells but i have doubt should i create new measure for the tooltip and where to add that or shall i add that into my backgroud color. measure.
NadeemAhamed
1 year agoHelper V
Any body have any idea?
request your support on this