Forum Discussion
Anonymous
6 years agoNot applicable
mailto subject line
Hello,
I am extremely green with powerbi and its functionality. I am trying to use the mailto function to prepopulate an email to specific addresses based on table data, with a subject line containing table date-
I have been able to achieve the email, with prepolated to fields using-
Send Email = CONCATENATE("mailto:",'Overview of Exp'[Email])
Is there anyway to add subject?
for instance I would like it to read-(table field) Expireds have been pulled
thank you for any help or insight with this.
2 Replies
- AnonymousNot applicable
Hi Anonymous ,
Not very clear
Please share the sample data and what is the expected output.
Regards
HN
- AnonymousNot applicable
you can instead use a textbox, add you text and then format part of the text as URL
The URL would be someting like below:
mailto:"Customer Support"<[email protected]>?subject=Workspace: XYZ Workspace Related Query
Check this video https://www.youtube.com/watch?v=wxEo_hO3iIM&list=PLDz00l_jz6zzttb28XH8GHZNL6vvpBlkQ&index=90 at 1:30