<?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: Annualized EPS in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526937#M29901</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19606" data-lia-user-login="baronraghu" class="lia-mention lia-mention-user"&gt;baronraghu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd need to see the pbix. Can you share it?&lt;/P&gt;
&lt;P&gt;Also, what is the logic to choose the four quarters of EPS for a specific date?&lt;/P&gt;
&lt;P&gt;I guess we have to take into account the name of the stock, although you didn't mention it earlier.&lt;/P&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 a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 16:14:11 GMT</pubDate>
    <dc:creator>AlB</dc:creator>
    <dc:date>2020-12-01T16:14:11Z</dc:date>
    <item>
      <title>Annualized EPS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526133#M29871</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two tables&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 1- Stock Price&lt;/STRONG&gt; has daily stock price for last two years&lt;/P&gt;&lt;P&gt;01-12-2018&amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;02-12-2018&amp;nbsp; &amp;nbsp;98&lt;/P&gt;&lt;P&gt;03-12-2018&amp;nbsp; &amp;nbsp;102&lt;/P&gt;&lt;P&gt;04-12-2018&amp;nbsp; &amp;nbsp;105&lt;/P&gt;&lt;P&gt;05-12-2018&amp;nbsp; &amp;nbsp;96&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;01-03-2018&amp;nbsp; &amp;nbsp;150&lt;/P&gt;&lt;P&gt;02-03-2018&amp;nbsp; &amp;nbsp;158&lt;/P&gt;&lt;P&gt;03-03-2018&amp;nbsp; &amp;nbsp;142&lt;/P&gt;&lt;P&gt;04-03-2018&amp;nbsp; &amp;nbsp;156&lt;/P&gt;&lt;P&gt;05-03-2018&amp;nbsp; &amp;nbsp;147&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly I have another table with quarterly Earning per Share (EPS)&lt;/P&gt;&lt;P&gt;31-12-2016&amp;nbsp; &amp;nbsp; 06&lt;/P&gt;&lt;P&gt;31-03-2017&amp;nbsp; &amp;nbsp; 05&lt;/P&gt;&lt;P&gt;30-06-2017&amp;nbsp; &amp;nbsp; 09&lt;/P&gt;&lt;P&gt;30-09-2017&amp;nbsp; &amp;nbsp; 12&lt;/P&gt;&lt;P&gt;31-12-2017&amp;nbsp; &amp;nbsp; 16&lt;/P&gt;&lt;P&gt;31-03-2018&amp;nbsp; &amp;nbsp; 04&lt;/P&gt;&lt;P&gt;30-06-2018&amp;nbsp; &amp;nbsp; 15&lt;/P&gt;&lt;P&gt;30-09-2018&amp;nbsp; &amp;nbsp; 10&lt;/P&gt;&lt;P&gt;31-12-2018&amp;nbsp; &amp;nbsp; 12&lt;/P&gt;&lt;P&gt;31-03-2019&amp;nbsp; &amp;nbsp; 18&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want two have a single table which shows the price and annual EPS like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Price&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Annual EPS&lt;/P&gt;&lt;P&gt;01-12-2018&amp;nbsp; &amp;nbsp; &amp;nbsp;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (10+15+4+16)= 45&lt;/P&gt;&lt;P&gt;02-12-2018&amp;nbsp; &amp;nbsp; &amp;nbsp;98&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (10+15+4+16)= 45&lt;/P&gt;&lt;P&gt;03-12-2018&amp;nbsp; &amp;nbsp; &amp;nbsp;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (10+15+4+16)= 45&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;01-03-2018&amp;nbsp; &amp;nbsp;150&amp;nbsp; &amp;nbsp;(12+10+15+4)= 41&lt;/P&gt;&lt;P&gt;02-03-2018&amp;nbsp; &amp;nbsp;158&amp;nbsp; &amp;nbsp;(12+10+15+4)= 41&lt;/P&gt;&lt;P&gt;03-03-2018&amp;nbsp; &amp;nbsp;142&amp;nbsp; &amp;nbsp;(12+10+15+4)= 41&lt;/P&gt;&lt;P&gt;04-03-2018&amp;nbsp; &amp;nbsp;156&amp;nbsp; &amp;nbsp;(12+10+15+4)= 41&lt;/P&gt;&lt;P&gt;05-03-2018&amp;nbsp; &amp;nbsp;147&amp;nbsp; &amp;nbsp;(12+10+15+4)= 41&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 10:32:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526133#M29871</guid>
      <dc:creator>baronraghu</dc:creator>
      <dc:date>2020-12-01T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Annualized EPS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526402#M29884</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19606" data-lia-user-login="baronraghu" class="lia-mention lia-mention-user"&gt;baronraghu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a calculated column in&amp;nbsp; your Prices table:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;New col =
CALCULATE (
    SUM ( EPSTable[EPS] ),
    FILTER (
        ALL ( EPSTable[Date] ),
        YEAR ( EPSTable[Date] ) = YEAR ( PricesTable[Date] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 12:15:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526402#M29884</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-12-01T12:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Annualized EPS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526445#M29886</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your suggestion,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The output that&amp;nbsp; I am getting is the EPS for only quarter ending dates and not for the remianing days.&lt;/LI&gt;&lt;LI&gt;This is also the EPS of that quarter and not TTM EPS.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This is the output screeen&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have calculted the annualized EPS in the EPS table as below&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In the Price table i have mapped quarter ending for each date and now trying to match the annualized eps for each entry.&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;&amp;nbsp;This way I am tring to calculte the PE ratio for each day trded price- Stock Price/ Annualized EPS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 12:43:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526445#M29886</guid>
      <dc:creator>baronraghu</dc:creator>
      <dc:date>2020-12-01T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Annualized EPS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526937#M29901</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19606" data-lia-user-login="baronraghu" class="lia-mention lia-mention-user"&gt;baronraghu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd need to see the pbix. Can you share it?&lt;/P&gt;
&lt;P&gt;Also, what is the logic to choose the four quarters of EPS for a specific date?&lt;/P&gt;
&lt;P&gt;I guess we have to take into account the name of the stock, although you didn't mention it earlier.&lt;/P&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 a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 16:14:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Annualized-EPS/m-p/1526937#M29901</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-12-01T16:14:11Z</dc:date>
    </item>
  </channel>
</rss>

