<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Generate Personalized Email to a Email on a Line of a Report in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791347#M37752</link>
    <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="253110" data-lia-user-login="jamiers" class="lia-mention lia-mention-user"&gt;jamiers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Values &amp;gt; URL Icon setting is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the Conditional Formatting &amp;gt; Web URL option is not required, and in fact it should not be available if you have set the measure's Data Category to Web URL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you select the GENERATEEMAIL measure and check that you have set Data Category to Web URL?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Owen&lt;/P&gt;</description>
    <pubDate>Sun, 18 Apr 2021 22:48:29 GMT</pubDate>
    <dc:creator>OwenAuger</dc:creator>
    <dc:date>2021-04-18T22:48:29Z</dc:date>
    <item>
      <title>Generate Personalized Email to a Email on a Line of a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791079#M37741</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a report that has merged fields from a bunch of different tables looking at forms that have been turned in.&amp;nbsp; Basically I scan across the report line and see if a particular employee has turned in all of the forms for a specific project.&amp;nbsp; Each form is from a different data set that I have merged into this one report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to click on an envelope icon an generate an email message that states which of the forms are missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I am going to deal with the if/then statements later... right now I am working on just generating an email that by a click on an envelope will call the external desktop email program and insert text into a new email message&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;I have started with the following code that calls the external email program and generates info in the body section:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GENERATEEMAIL = "mailto:" &amp;amp; [Email] &amp;amp; "?subject=" &amp;amp; [Name] &amp;amp; " :- Forms Due&amp;amp;body=COMPANY%0D
Location, State%0D
%0D
Dear " &amp;amp; [First Name] &amp;amp; ",%0D
%0D
Here are the remaining forms that you need to submit:%0D"&lt;/LI-CODE&gt;&lt;P&gt;As I said, this works to call the external email program and generate the email message.&amp;nbsp; What I want to do is change the arrow below to a envelope icon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 15:04:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791079#M37741</guid>
      <dc:creator>jamiers</dc:creator>
      <dc:date>2021-04-18T15:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Personalized Email to a Email on a Line of a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791297#M37749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="253110" data-lia-user-login="jamiers" class="lia-mention lia-mention-user"&gt;jamiers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can change this to an envelope icon.&lt;/P&gt;
&lt;P&gt;It appears you have already set the GENERATEEMAIL measure's data category to Web URL.&lt;/P&gt;
&lt;P&gt;All that is left to do is:&lt;/P&gt;
&lt;P&gt;On your table/matrix visual, go to the Format &amp;gt; Values &amp;gt; URL icon &amp;gt; On&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You should then see icons like this in your table/matrix visual:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Owen&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 22:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791297#M37749</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2021-04-18T22:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Personalized Email to a Email on a Line of a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791327#M37750</link>
      <description>&lt;P&gt;So, I have that turned on, but you can see the results off to the left are not an envelope.&amp;nbsp; Am I missing a step somewhere?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anything else&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 22:13:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791327#M37750</guid>
      <dc:creator>jamiers</dc:creator>
      <dc:date>2021-04-18T22:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Personalized Email to a Email on a Line of a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791347#M37752</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="253110" data-lia-user-login="jamiers" class="lia-mention lia-mention-user"&gt;jamiers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Values &amp;gt; URL Icon setting is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the Conditional Formatting &amp;gt; Web URL option is not required, and in fact it should not be available if you have set the measure's Data Category to Web URL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you select the GENERATEEMAIL measure and check that you have set Data Category to Web URL?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Owen&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 22:48:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791347#M37752</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2021-04-18T22:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Personalized Email to a Email on a Line of a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791351#M37753</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; That did the trick.&amp;nbsp; I have this on a column, but that it did the trick.&amp;nbsp; Thanks for the solution!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 23:01:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generate-Personalized-Email-to-a-Email-on-a-Line-of-a-Report/m-p/1791351#M37753</guid>
      <dc:creator>jamiers</dc:creator>
      <dc:date>2021-04-18T23:01:47Z</dc:date>
    </item>
  </channel>
</rss>

