Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
apuchakayala
Frequent 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= "Break alphabets into multiple lines" & UNICHAR(13) &"A"& UNICHAR(13)&"B"
 
When I add above measure to the tooltip on "I" Button Excepted Output should be:
Break alphabets into multiple lines

A

B

 

Instead I am seeing everything as a single text

apuchakayala_0-1673548031733.png

Any help will be appreciated.

 

Thanks,

A

12 REPLIES 12
ecalzsalix
Frequent Visitor

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

ecalzsalix_1-1753348027457.png

( Tagging @ecalzavara as I am trying to recover my old account)

 

 

This is great. How did you insert the special character into the text tooltip?

You can paste this character "‎ " (the invisible one between the quote marks) as many times as you need for the indentation. It is a trial-and-error task. 

ecalzsalix_0-1770885669474.png

ecalzsalix_3-1770886051800.png

ecalzsalix_1-1770885995298.png
ecalzsalix_2-1770885998809.png

 

(
Updated: I am not sure this form let me paste the special character correctly, as while posting it returns this warning message:

ecalzsalix_4-1770886733657.png

.. Alternatively, you can copy+paste it from this page ‎ - left-to-right mark (u+200E) copy and paste - Unicode® symbol)

 

I am confused. Can you please paste the screenshot of the symbol you are talking about?

 

Regards,

Ritesh

I copy this:

ecalzsalix_0-1770900365536.png

 and paste it into my powerbi tooltip text box

ecalzsalix_1-1770900422486.png

how many times as I need until I get the visual alignment I am after 

ecalzsalix_2-1770900441350.png

 

 

 

This is a fantastic workaround. Copy the char and then Cntrl-V as many times as needed.

Sergii24
Super User
Super User

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:

Sergii24_0-1752748101705.png

See this thread for pbix - Re: Power BI Button Tooltip Does Not Support Multi... - Microsoft Fabric Community

This is the "standard way" of making tooltips, however, for text only, this methos is much less performing (and more memory consuming) than the help tooltip one.

amitchandak
Super User
Super User

@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"

 

amitchandak_0-1673580027668.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak 

 

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

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 

ecalzsalix_0-1770891080766.png


@FYI @apuchakayala 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.