<?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 Please help - calculation incorrect for backlog in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3368669#M126731</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to calculate the amount that should be "backlog", so it has not been shipped yet. My current formula adds up everything up to the current week's date. I'd like it to add any amount that is new/backlog, but not shipped. For example, if a sales order has been marked as shipped, it should not be counted in the following week's backlog total. So, mathematically I'd want new+backlog-shipped as a total for each week. I have attached my dataset below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fi/dokzkjbvfmabb9fc60lnl/BacklogData.pbix?rlkey=mby1kdox4uno4dpo7kj8pzmdc&amp;amp;dl=0" target="_self"&gt;BacklogDataset&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 15:28:27 GMT</pubDate>
    <dc:creator>Deeks</dc:creator>
    <dc:date>2023-08-07T15:28:27Z</dc:date>
    <item>
      <title>Please help - calculation incorrect for backlog</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3368669#M126731</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to calculate the amount that should be "backlog", so it has not been shipped yet. My current formula adds up everything up to the current week's date. I'd like it to add any amount that is new/backlog, but not shipped. For example, if a sales order has been marked as shipped, it should not be counted in the following week's backlog total. So, mathematically I'd want new+backlog-shipped as a total for each week. I have attached my dataset below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fi/dokzkjbvfmabb9fc60lnl/BacklogData.pbix?rlkey=mby1kdox4uno4dpo7kj8pzmdc&amp;amp;dl=0" target="_self"&gt;BacklogDataset&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 15:28:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3368669#M126731</guid>
      <dc:creator>Deeks</dc:creator>
      <dc:date>2023-08-07T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Please help - calculation incorrect for backlog</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3378565#M127255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="596062" data-lia-user-login="Deeks" class="lia-mention lia-mention-user"&gt;Deeks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Backlog Amount2 = CALCULATE ( [OverallValue], FILTER('OOR','OOR'[New/Backlog] = "Backlog"&amp;amp;&amp;amp;[isShipped]=FALSE())) + 0&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gengar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 08:21:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3378565#M127255</guid>
      <dc:creator>Gengar</dc:creator>
      <dc:date>2023-08-14T08:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Please help - calculation incorrect for backlog</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3379375#M127302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="467995" data-lia-user-login="Gengar" class="lia-mention lia-mention-user"&gt;Gengar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your response, it didn't quite work as I need it to, but I have found a workaround for this now, using original code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 16:15:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-calculation-incorrect-for-backlog/m-p/3379375#M127302</guid>
      <dc:creator>Deeks</dc:creator>
      <dc:date>2023-08-14T16:15:38Z</dc:date>
    </item>
  </channel>
</rss>

