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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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

5 REPLIES 5
ecalzsalix
New Member

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)

 

 

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

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.