Forum Discussion
apuchakayala
3 years agoFrequent Visitor
Display Text Tooltip when hovering on "i" button into multiple lines
Hi Community, I am looking for some help on how we can break text tooltip into multiple lines. I tried using UNICHAR(10), UNICHAR(13) but nothing worked. Example: Test Tooltip Measure= "Br...
amitchandak
Super User
3 years agoapuchakayala , I tried UNICHAR(10) and it did work on pie visual tooltip
Test Tooltip Measure = "Break alphabets into multiple lines" & UNICHAR(10) &"A"& UNICHAR(13)&"B"
apuchakayala
3 years agoFrequent Visitor
It works on the card visuals too, I have tried that earlier. But I wanted it as a tooltip on "i" button.
Thanks,
A
- skptg61 year agoNew Member
Did you ever figure this out? Running into the same problem and can't find anything on how to fix it
- ecalzsalix6 months agoFrequent Visitor
you can try my way posted above here: Re: Display Text Tooltip when hovering on "i" butt... - Microsoft Fabric Community , it also works on the "i" tooltip
@FYI apuchakayala