<?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: Backlog from Excel into DAX/Power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2645896#M77839</link>
    <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Unfortunately that doesn't look to work.&lt;BR /&gt;&lt;BR /&gt;Currently this is what the data is outputting.&lt;/P&gt;&lt;P&gt;The old backlog is what I have manually entered from the Excel data, So Old Backlog is the target outcome i need.&lt;BR /&gt;The Recevied, Processed are just values as shown.&lt;BR /&gt;So need to work out how to get the Total Backlog to line up with Old Backlog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total Backlog is using the measure.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Backlog M = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Total Units Processed]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;filter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt;))) - &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Total Returns Received]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;filter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 21:12:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-18T21:12:53Z</dc:date>
    <item>
      <title>Backlog from Excel into DAX/Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2643326#M77716</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Hopeing to convert this Data from how it is stored into DAX/Power BI.&lt;BR /&gt;&lt;BR /&gt;I can't work out how to get the backlog information to work, Here is the excel formula.&lt;BR /&gt;This is for the Monday&lt;BR /&gt;&lt;SPAN&gt;=IFERROR(IF(IF(Date!B42&amp;lt;=TODAY()+3,&lt;/SPAN&gt;&lt;SPAN&gt;AD41&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;G41&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;H41&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;F41&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;S41&lt;/SPAN&gt;&lt;SPAN&gt;,"")&amp;gt;0,IF(Date!B42&amp;lt;=TODAY()+3,&lt;/SPAN&gt;&lt;SPAN&gt;AD41&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;G41&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;H41&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;F41&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;S41&lt;/SPAN&gt;&lt;SPAN&gt;,""),0),"")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The information is now stored like this in Power BI,&amp;nbsp; Columns being Date, Received, Processed and Backlog (the numbers imported from the excel table.)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 23:58:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2643326#M77716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-17T23:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Backlog from Excel into DAX/Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2643597#M77728</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You have to take approach of onhand inventory to build cumulative and running total example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inventory / OnHand &lt;BR /&gt;[Intial Inventory] + CALCULATE(SUM(Table[Ordered]),filter(date,date[date] &amp;lt;=maxx(date,date[date]))) - CALCULATE(SUM(Table[Sold]),filter(date,date[date] &amp;lt;=maxx(date,date[date])))&lt;BR /&gt;&lt;BR /&gt;Inventory / OnHand &lt;BR /&gt;CALCULATE(firstnonblankvalue('Date'[Month]),sum(Table[Intial Inventory]),all('Date')) + CALCULATE(SUM(Table[Ordered]),filter(date,date[date] &amp;lt;=maxx(date,date[date]))) - CALCULATE(SUM(Table[Sold]),filter(date,date[date] &amp;lt;=maxx(date,date[date])))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If this does not help&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 03:39:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2643597#M77728</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-18T03:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backlog from Excel into DAX/Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2645896#M77839</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Unfortunately that doesn't look to work.&lt;BR /&gt;&lt;BR /&gt;Currently this is what the data is outputting.&lt;/P&gt;&lt;P&gt;The old backlog is what I have manually entered from the Excel data, So Old Backlog is the target outcome i need.&lt;BR /&gt;The Recevied, Processed are just values as shown.&lt;BR /&gt;So need to work out how to get the Total Backlog to line up with Old Backlog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total Backlog is using the measure.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Backlog M = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Total Units Processed]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;filter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt;))) - &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Total Returns Received]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;filter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Returns_Inboud/Outbound'[Title1]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 21:12:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Backlog-from-Excel-into-DAX-Power-BI/m-p/2645896#M77839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-18T21:12:53Z</dc:date>
    </item>
  </channel>
</rss>

