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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
ldwf
Helper V
Helper V

How to make a text box a combo of text and hyperlink icon

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:

appendixicon.PNG

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).  

1 ACCEPTED SOLUTION
powerbiexpert22
Impactful Individual
Impactful Individual

Hi @ldwf 

you can insert an image, place it next to text box like below and enable the action as web url

 

powerbiexpert22_0-1725493431415.png

 

View solution in original post

3 REPLIES 3
powerbiexpert22
Impactful Individual
Impactful Individual

Hi @ldwf 

you can insert an image, place it next to text box like below and enable the action as web url

 

powerbiexpert22_0-1725493431415.png

 

vicky_
Super User
Super User

I would add a blank with the following settings:

vicky__0-1725489417834.png

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

vicky__2-1725489534258.png

 

Fill - set to red

Action - set to Web URL and paste in your URL

vicky__1-1725489473438.png

 

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.  

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors