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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I want to set a simple note (but multi line note) when the user is hover with is mouse on a shape (or button or any thing else) it will popup, like the attached screenshot, but as I said I need it with multi line.
Is it possible ?
in excel it's easy to set a similar message..
Solved! Go to Solution.
Hey @xl0911 ,
you can achieve multiline text like this:
by creating a measure like so:
__vizAid multiline text =
" first line" & UNICHAR(10) & "second line"
The DAX function UNICHAR(10) is ingesting a new line between the two strings.
The problem I'm often facing is that the button does not have a tooltip or something. For this reason I often create something like this:
Wondering about your solution, maybe you can post your solution here.
Regards,
Tom
Hey @xl0911 ,
you can achieve multiline text like this:
by creating a measure like so:
__vizAid multiline text =
" first line" & UNICHAR(10) & "second line"
The DAX function UNICHAR(10) is ingesting a new line between the two strings.
The problem I'm often facing is that the button does not have a tooltip or something. For this reason I often create something like this:
Wondering about your solution, maybe you can post your solution here.
Regards,
Tom
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 35 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 137 | |
| 102 | |
| 71 | |
| 67 | |
| 65 |