<?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: analyse total number of e-mails sent per day in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/823028#M5683</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92178" data-lia-user-login="AlB" class="lia-mention lia-mention-user"&gt;AlB&lt;/a&gt;&amp;nbsp;thank you so much for the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish you all the best!&lt;/P&gt;&lt;P&gt;qwertzuiop&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 07:57:14 GMT</pubDate>
    <dc:creator>qwertzuiop</dc:creator>
    <dc:date>2019-10-21T07:57:14Z</dc:date>
    <item>
      <title>analyse total number of e-mails sent per day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/822929#M5679</link>
      <description>&lt;P&gt;I am very new to Power BI, but I have to present my work in a few days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see in the table, we have the collums:&lt;/P&gt;&lt;P&gt;- transportID&lt;/P&gt;&lt;P&gt;- created&lt;/P&gt;&lt;P&gt;- amountOfEmails&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/201429i73DFCD3402E10B73/image-size/medium?v=1.0&amp;amp;px=400" border="0" alt="dsf.PNG" title="dsf.PNG" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to present is the total number of mails sent per day in a list and as a bar chart.&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: At the moment I only got this.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/201435i5092942D9E742DD3/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="adsf.PNG" title="adsf.PNG" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;qwertzuiop&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 06:41:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/822929#M5679</guid>
      <dc:creator>qwertzuiop</dc:creator>
      <dc:date>2019-10-21T06:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: analyse total number of e-mails sent per day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/822991#M5680</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179530" data-lia-user-login="qwertzuiop" class="lia-mention lia-mention-user"&gt;qwertzuiop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create an additional column with the date only:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CreationDate = INT( Table1[Created] )&lt;/PRE&gt;
&lt;P&gt;and and convert to Date type&lt;/P&gt;
&lt;P&gt;2. Place Table1[CreationDate] in the rows of a table visual and in the axis of a bar chart&lt;/P&gt;
&lt;P&gt;3. Place this measure in both visuals:&lt;/P&gt;
&lt;PRE&gt;NumEmails =
SUM( Table1[amountOfemails] )&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos &lt;/FONT&gt;if posts are helpful.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&amp;nbsp;&lt;IMG src="https://community.fabric.microsoft.com/html/badge_icons/SU18_powerbi_badge.png" alt="Datanaut" width="64" height="64" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 07:36:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/822991#M5680</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2019-10-21T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: analyse total number of e-mails sent per day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/823028#M5683</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92178" data-lia-user-login="AlB" class="lia-mention lia-mention-user"&gt;AlB&lt;/a&gt;&amp;nbsp;thank you so much for the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish you all the best!&lt;/P&gt;&lt;P&gt;qwertzuiop&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 07:57:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/analyse-total-number-of-e-mails-sent-per-day/m-p/823028#M5683</guid>
      <dc:creator>qwertzuiop</dc:creator>
      <dc:date>2019-10-21T07:57:14Z</dc:date>
    </item>
  </channel>
</rss>

