<?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: How to find sum of ordervalue over the period of fiscal year? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079693#M107269</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478644" data-lia-user-login="saurabhtd" class="lia-mention lia-mention-user"&gt;saurabhtd&lt;/a&gt; , check if Time intelligence with a date table can help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date],"09/30"))&lt;BR /&gt;Last YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date],-1,Year),"09/30"))&lt;/P&gt;
&lt;P&gt;Last to Last&amp;nbsp; YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date],-1,Year),"09/30"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Time Intelligence, Part of learn Power BI &lt;A href="https://youtu.be/cN8AO3_vmlY?t=27510" target="_blank"&gt;https://youtu.be/cN8AO3_vmlY?t=27510&lt;/A&gt;&lt;BR /&gt;Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period, &lt;BR /&gt;Custom Period till date: &lt;A href="https://youtu.be/aU2aKbnHuWs&amp;amp;t=145s" target="_blank"&gt;https://youtu.be/aU2aKbnHuWs&amp;amp;t=145s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Power BI — Year on Year with or Without Time Intelligence &lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=km41KfM_0uA" target="_blank"&gt;https://www.youtube.com/watch?v=km41KfM_0uA&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 14:33:03 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-02-14T14:33:03Z</dc:date>
    <item>
      <title>How to find sum of ordervalue over the period of fiscal year?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079482#M107237</link>
      <description>&lt;P&gt;I want to calculate sum of ordervalue for period of&lt;BR /&gt;1. current Fiscal year,&lt;BR /&gt;2. Previous Fiscal Year,&lt;BR /&gt;3. Previous to Previous Fiscal year.&lt;/P&gt;&lt;P&gt;Fiscal year starts on 1st octomber of previous year and ends on 30th september of current year.&lt;BR /&gt;Example : 2023 fiscal year is starts from 1 oct 2022 and ends on 30 sept 2023.&lt;/P&gt;&lt;P&gt;I want to filter the result by fiscal year month and fiscal year.&lt;/P&gt;&lt;P&gt;Can you please help me in Dax logic ?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:54:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079482#M107237</guid>
      <dc:creator>saurabhtd</dc:creator>
      <dc:date>2023-02-14T12:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find sum of ordervalue over the period of fiscal year?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079693#M107269</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478644" data-lia-user-login="saurabhtd" class="lia-mention lia-mention-user"&gt;saurabhtd&lt;/a&gt; , check if Time intelligence with a date table can help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date],"09/30"))&lt;BR /&gt;Last YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date],-1,Year),"09/30"))&lt;/P&gt;
&lt;P&gt;Last to Last&amp;nbsp; YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date],-1,Year),"09/30"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Time Intelligence, Part of learn Power BI &lt;A href="https://youtu.be/cN8AO3_vmlY?t=27510" target="_blank"&gt;https://youtu.be/cN8AO3_vmlY?t=27510&lt;/A&gt;&lt;BR /&gt;Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period, &lt;BR /&gt;Custom Period till date: &lt;A href="https://youtu.be/aU2aKbnHuWs&amp;amp;t=145s" target="_blank"&gt;https://youtu.be/aU2aKbnHuWs&amp;amp;t=145s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Power BI — Year on Year with or Without Time Intelligence &lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=km41KfM_0uA" target="_blank"&gt;https://www.youtube.com/watch?v=km41KfM_0uA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:33:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079693#M107269</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-02-14T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find sum of ordervalue over the period of fiscal year?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079729#M107274</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Time intelligence with date table doesn't give correct anser for Last YTD sales and Last to last YTD sales. I had tried this logic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the issue I am facing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:52:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3079729#M107274</guid>
      <dc:creator>saurabhtd</dc:creator>
      <dc:date>2023-02-14T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find sum of ordervalue over the period of fiscal year?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3092269#M108372</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Thank you. These formulas worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:12:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-sum-of-ordervalue-over-the-period-of-fiscal-year/m-p/3092269#M108372</guid>
      <dc:creator>saurabhtd</dc:creator>
      <dc:date>2023-02-22T08:12:10Z</dc:date>
    </item>
  </channel>
</rss>

