<?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: Calculating stocks depending on best before dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740302#M145841</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="699966" data-lia-user-login="Aphax1477" class="lia-mention lia-mention-user"&gt;Aphax1477&lt;/a&gt;&amp;nbsp;I'm unclear what you are asking here. When you say the "sale of the product must be stopped" what does that mean exactly?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 14:11:18 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2024-03-04T14:11:18Z</dc:date>
    <item>
      <title>Calculating stocks depending on best before dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3739879#M145814</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help with the following problem:&lt;BR /&gt;&lt;BR /&gt;We have products with different best before dates. I would like to calculate how long the respective stock/best-before date will last and how much stock may need to be disposed of, given the current sales rate. For me, the start time of sales for the following BBDs is the crucial point here that needs to be calculated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this example here, the sale of the product with the first best before date must be stopped on 16/04, as the best before date has been reached and the sale of the next best before date batch begins.&lt;/P&gt;&lt;P&gt;Does anyone have any ideas on this? Many thanks in advance.&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;</description>
      <pubDate>Mon, 04 Mar 2024 11:36:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3739879#M145814</guid>
      <dc:creator>Aphax1477</dc:creator>
      <dc:date>2024-03-04T11:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating stocks depending on best before dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740302#M145841</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="699966" data-lia-user-login="Aphax1477" class="lia-mention lia-mention-user"&gt;Aphax1477&lt;/a&gt;&amp;nbsp;I'm unclear what you are asking here. When you say the "sale of the product must be stopped" what does that mean exactly?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:11:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740302#M145841</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-03-04T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating stocks depending on best before dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740315#M145842</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This means that Today=Bestbeforedate, we can no longer sell this batch of the product.&lt;BR /&gt;From now on, we can only sell the next batch of this product.&lt;/P&gt;&lt;P&gt;Hope this helps to explain the problem better.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:19:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740315#M145842</guid>
      <dc:creator>Aphax1477</dc:creator>
      <dc:date>2024-03-04T14:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating stocks depending on best before dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740322#M145843</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="699966" data-lia-user-login="Aphax1477" class="lia-mention lia-mention-user"&gt;Aphax1477&lt;/a&gt;&amp;nbsp;OK, I *get* that much. The question is, what does that actually mean in terms of your report. Is there a particular calculation that you need, like a measure or ???&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:22:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740322#M145843</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-03-04T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating stocks depending on best before dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740663#M145860</link>
      <description>&lt;P&gt;I need a calculation of when the sale of the 2nd batch starts? Under the condition that the end of sales of the 1st batch can be either the best-before date or the out of stock date, whichever comes first.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Measure: Start date for sales&lt;/P&gt;&lt;P&gt;Sales Start Batch 1 = Today&lt;BR /&gt;Sales Start Batch 2 = ?&lt;BR /&gt;(Sales Start Batch 3 = ? ....)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 17:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-stocks-depending-on-best-before-dates/m-p/3740663#M145860</guid>
      <dc:creator>Aphax1477</dc:creator>
      <dc:date>2024-03-04T17:11:48Z</dc:date>
    </item>
  </channel>
</rss>

