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
Unicorn_Tech
Resolver I
Resolver I

Creating email with cell value

Hi.  I have  created a column that concatenates several values, resulting in:

 

<a href=matilto:email@email.com?subject=http://documentlink</a>

 

Document link is location of an invoice, and each record has a seperate invoice.  I'm looking for a way for a user to click on this concatenated cell, and receive the document link to their inbox.  Is there a better code to achieve this?  I've formatted the above as a web url, but it's not opening anything. 

 

Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Unicorn_Tech ,

 

URLS must start with one of the following:

  • http
  • https
  • mailto
  • ftp
  • news
  • telnet

So in your case you will need to modify the url to:

matilto:email@email.com?subject=http://documentlink

Then change the data category to web url and turn on url icon.

 

Best Regards,

Jay

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Unicorn_Tech ,

 

URLS must start with one of the following:

  • http
  • https
  • mailto
  • ftp
  • news
  • telnet

So in your case you will need to modify the url to:

matilto:email@email.com?subject=http://documentlink

Then change the data category to web url and turn on url icon.

 

Best Regards,

Jay

Fowmy
Super User
Super User

@Unicorn_Tech 

You Turn-on the "URL Icon" under Values:

Fowmy_0-1620564579767.png

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

It's on, but unfortunatley there is no change.

@Unicorn_Tech 

Hope the following document will be of help. You also share a sample Power BI file that represents your issue.

https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Unicorn_Tech
Resolver I
Resolver I

Hi.  I've managed to fix the code, so it now opens an email the way I would like (removed the hrefs).  Is there now a way to hide the complicated code, with some kind of 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