<?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 Calculate sale the same date of previous month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2845267#M91035</link>
    <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would seek your suppoting. I want to get sale for the same date of previous month.&lt;/P&gt;&lt;P&gt;I have fielter weekly of the month for sale and then when I select the week to show line chart with current week of each&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when select week of the month the graph will show current day capring the days of previous month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The result.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Aynar&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 01:20:06 GMT</pubDate>
    <dc:creator>vblbiservice</dc:creator>
    <dc:date>2022-10-17T01:20:06Z</dc:date>
    <item>
      <title>Calculate sale the same date of previous month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2845267#M91035</link>
      <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would seek your suppoting. I want to get sale for the same date of previous month.&lt;/P&gt;&lt;P&gt;I have fielter weekly of the month for sale and then when I select the week to show line chart with current week of each&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when select week of the month the graph will show current day capring the days of previous month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The result.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Aynar&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 01:20:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2845267#M91035</guid>
      <dc:creator>vblbiservice</dc:creator>
      <dc:date>2022-10-17T01:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sale the same date of previous month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2845303#M91039</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="457080" data-lia-user-login="vblbiservice" class="lia-mention lia-mention-user"&gt;vblbiservice&lt;/a&gt;&amp;nbsp;Hard to be specific without your actual data but maybe something like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
  VAR __Current = MAX('Table'[Date])
  VAR __PM = EOMONTH(__Current,-1)
  VAR __Previous = DATE(YEAR(__PM),MONTH(__PM),DAY(__Current))
RETURN
  SUMX(FILTER('Table',[Date] = __Previous),[Value])&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 01:53:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2845303#M91039</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-17T01:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sale the same date of previous month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2860289#M92088</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="457080" data-lia-user-login="vblbiservice" class="lia-mention lia-mention-user"&gt;vblbiservice&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Whether your problem has been resolved? If yes, could you please mark the helpful post as &lt;STRONG&gt;&lt;SPAN&gt;Answered&lt;/SPAN&gt;&lt;/STRONG&gt;? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 01:19:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2860289#M92088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-25T01:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sale the same date of previous month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2869575#M92553</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;BI&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 04:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sale-the-same-date-of-previous-month/m-p/2869575#M92553</guid>
      <dc:creator>vblbiservice</dc:creator>
      <dc:date>2022-10-28T04:53:06Z</dc:date>
    </item>
  </channel>
</rss>

