Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have a text box that is a hyperlink. I'd like to change the text such that it has text as well as the external link icon; i.e, it would look like the screenshot below:
Is this even possible? I don't have the UNICODE value for this icon, but not sure if I even need it. Do I create a measure that concatenates the url and the icon? I need the text and icon to be white in color and the background to be red (i.e, hex #d73f26).
Solved! Go to Solution.
Hi @ldwf
you can insert an image, place it next to text box like below and enable the action as web url
Hi @ldwf
you can insert an image, place it next to text box like below and enable the action as web url
I would add a blank with the following settings:
Text - Create a DAX Measure, like:
Button Text = "Appendix " & UNICHAR(128279)
click the FX button next to the text box, and select the measure. then set the text colour to white
Fill - set to red
Action - set to Web URL and paste in your URL
This will work but the icon I need is the external link icon I pasted in the post. I can't find a UNICHAR value that represents this icon.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.