<?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: Calculation of inventory quantity in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457321#M27431</link>
    <description>&lt;P&gt;Thank you , Daniel.&lt;/P&gt;&lt;P&gt;Please tell me a little more detail.&lt;/P&gt;&lt;P&gt;How should I use "DATESINPERIOD"?&lt;/P&gt;&lt;P&gt;Please tell me the description of DAX.&lt;/P&gt;&lt;P&gt;I'm trying while referring to the DAX reference, but it doesn't work.&lt;/P&gt;&lt;P&gt;I'm sorry to have you take the trouble.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 07:26:45 GMT</pubDate>
    <dc:creator>Eiji77</dc:creator>
    <dc:date>2020-10-27T07:26:45Z</dc:date>
    <item>
      <title>Calculation of inventory quantity</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457150#M27427</link>
      <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Item&lt;/TD&gt;&lt;TD&gt;2020/10/31&lt;/TD&gt;&lt;TD&gt;2020/11/1&lt;/TD&gt;&lt;TD&gt;2020/12/1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sales&lt;/TD&gt;&lt;TD&gt;　&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Purchase&lt;/TD&gt;&lt;TD&gt;　&lt;/TD&gt;&lt;TD&gt;70&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Inventory&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;120&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;80&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to calculate the future inventory using the current month's inventory, future sales, and purchases.&lt;/P&gt;&lt;P&gt;(I want to calculate the part in red with DAX.)&lt;/P&gt;&lt;P&gt;I can use DAX's "CALCULATE" and "PREVIOUS MONTH" to calculate inventory for the next month. ([120] in the table)&lt;/P&gt;&lt;P&gt;However, I cannot calculate the inventory quantity for the following month. ([80] in the table)&lt;/P&gt;&lt;P&gt;How can I calculate the future inventory quantity?&lt;/P&gt;&lt;P&gt;This can be done in Excel, so I think it can be done in DAX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be grateful if you could help me.&lt;/P&gt;&lt;P&gt;I'm Japanese, so I'm sorry that the English description is poor.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 06:16:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457150#M27427</guid>
      <dc:creator>Eiji77</dc:creator>
      <dc:date>2020-10-27T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of inventory quantity</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457213#M27429</link>
      <description>&lt;P&gt;you can try CALCULATE and DATESINPERIOD functions.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 06:40:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457213#M27429</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-10-27T06:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of inventory quantity</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457321#M27431</link>
      <description>&lt;P&gt;Thank you , Daniel.&lt;/P&gt;&lt;P&gt;Please tell me a little more detail.&lt;/P&gt;&lt;P&gt;How should I use "DATESINPERIOD"?&lt;/P&gt;&lt;P&gt;Please tell me the description of DAX.&lt;/P&gt;&lt;P&gt;I'm trying while referring to the DAX reference, but it doesn't work.&lt;/P&gt;&lt;P&gt;I'm sorry to have you take the trouble.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 07:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457321#M27431</guid>
      <dc:creator>Eiji77</dc:creator>
      <dc:date>2020-10-27T07:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of inventory quantity</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457710#M27444</link>
      <description>&lt;A href="https://dax.guide/datesinperiod/" target="_blank"&gt;https://dax.guide/datesinperiod/&lt;/A&gt;</description>
      <pubDate>Tue, 27 Oct 2020 09:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-inventory-quantity/m-p/1457710#M27444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-27T09:34:49Z</dc:date>
    </item>
  </channel>
</rss>

