Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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:
A
B
Instead I am seeing everything as a single text
Any help will be appreciated.
Thanks,
A
I think I managed to accomplish what you were trying, with a bit of a workaround.. but the outcome is smooth!
I have used the [U+200E] special character (which is a double invisible blank space).
See the result, and both the "clean" text in notepad and what it looks if you try to put it in a measure (I DID NOT use the measure, it's only to display what I put in the Action-->Tooltip-->Text
( Tagging @ecalzavara as I am trying to recover my old account)
Hi all, I've just tested it and confirm that the issue remains: "tooltip" under "Action" section doesn't support multiline. If someone is interested, here is an alternative: you can use the help header icon and connect it to a tooltip page:
See this thread for pbix - Re: Power BI Button Tooltip Does Not Support Multi... - Microsoft Fabric Community
@apuchakayala , 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"
It works on the card visuals too, I have tried that earlier. But I wanted it as a tooltip on "i" button.
Thanks,
A
Did you ever figure this out? Running into the same problem and can't find anything on how to fix it
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.