The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Solved! Go to Solution.
I have achieved it using below calculation
Calc = "Calc1: This is description for Calc1" & UNICHAR(10) & UNICHAR(847) & UNICHAR(10) & "Calc2: This is description for Calc2"
1) Create a Measure with an UNICHAR
Info button = UNICHAR(128712)
2) Create a Card Visual with this Measure
3) Enable Tooltip in Card Visual
4) Create new tooltip page with Texbox with content you want.
5) Change original page Tooltip in Card Visual to customized Tooltip page
Hi,
So what tooltip effect do dou want to achieve, to make it rendering in two lines? If so, the tool-tip does not support the new line rendering format.
You could submit an idea on https://ideas.powerbi.com/forums/265200-power-bi-ideas
BR,
Henry
Why would any of us submit an idea when they go for years without any response?
Every time I look up some minor piece of functionality that I have in other tools I see someone (usually from Microsoft) saying "submit an idea" in a thread most recently updated six years ago. "Submit an idea" is the get-out-of-jail-free card for Microsoft staffers that monitor these threads.
Yes. I am using Custom Visual for Dynamic Tool-tip. Here I am using this Tool-tip to display some information to user about the calculations and usability. However, I am not able to get the spaces between the lines in Tool-tip it looks very much conjusted
So, below is my calculated field
My objective is to get the space between two line so it looks good from readability perspective.
Thanks!!
I have achieved it using below calculation
Calc = "Calc1: This is description for Calc1" & UNICHAR(10) & UNICHAR(847) & UNICHAR(10) & "Calc2: This is description for Calc2"
Hi, I found an alternative way of having a new line in the tooltip mouse hover. Just try adding underscore instead of space or lines.. e.g., "Line 1:" & "____________________________________________" & "Line2 "
Hi, unichar doesn't work in tooltip text.
Didn't work for me too.
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
51 | |
51 | |
46 |