<?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: Shipments and Open Order Horizon (Events in Time Scenario?) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2368485#M61043</link>
    <description>&lt;P&gt;You are using the terms "Open Orders"&amp;nbsp; and "Backlog"&amp;nbsp; - are these synonymous in your case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to work with. Avoid posting screenshots of your source data if possible.&lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 22:08:11 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-03-01T22:08:11Z</dc:date>
    <item>
      <title>Shipments and Open Order Horizon (Events in Time Scenario?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2365338#M60539</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to come up with the correct DAX calculation and am coming to the forums for some guidance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tables:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales: regular sales table showing historical sales and refreshed each week.&lt;/LI&gt;&lt;LI&gt;Backlog: table of open order snapshots (weekly, going back two years). Is refreshed each week at the same time of refresh as the Sales table.&lt;/LI&gt;&lt;LI&gt;Dates: Traditional Calendar table spanning contigous dates and includes additive columns such as WeekOfQuarter,Year-Qtr, etc.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Joins:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales[InvoiceDate]: Dates[Date] (many:1)&lt;/LI&gt;&lt;LI&gt;Backlog[EstShipDate]: Dates[Date]&lt;SPAN&gt; (many:1)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales= Sum([SalesRevenue])&lt;/LI&gt;&lt;LI&gt;Backlog= Sum([BacklogRevenue])&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What I would like to visualize is how the Open Orders grow 13 weeks from the start of each quarter, and how Sales+Backlog trend during the quarter, basically over a 26-week period. Finally, I would like to view prior quarters for their 26-week period to ultimately show trend quarter over quarter for the 26-week period.&lt;/P&gt;&lt;P&gt;I have prepared this chart in Excel with the data I have to give a sense of what I am looking for.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help will greatly be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 18:12:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2365338#M60539</guid>
      <dc:creator>mwilliamsjr</dc:creator>
      <dc:date>2022-02-28T18:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shipments and Open Order Horizon (Events in Time Scenario?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2365557#M61042</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to come up with the correct DAX calculation and am coming to the forums for some guidance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tables:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales: regular sales table showing historical sales and refreshed each week.&lt;/LI&gt;&lt;LI&gt;Backlog: table of open order snapshots (weekly, going back two years). Is refreshed each week at the same time of refresh as the Sales table.&lt;/LI&gt;&lt;LI&gt;Dates: Traditional Calendar table spanning contigous dates and includes additive columns such as WeekOfQuarter,Year-Qtr, etc.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Joins:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales[InvoiceDate]: Dates[Date] (many:1)&lt;/LI&gt;&lt;LI&gt;Backlog[EstShipDate]: Dates[Date]&lt;SPAN&gt; (many:1)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales= Sum([SalesRevenue])&lt;/LI&gt;&lt;LI&gt;Backlog= Sum([BacklogRevenue])&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What I would like to visualize is how the Open Orders grow 13 weeks from the start of each quarter, and how Sales+Backlog trend during the quarter, basically over a 26-week period. Finally, I would like to view prior quarters for their 26-week period to ultimately show trend quarter over quarter for the 26-week period.&lt;/P&gt;&lt;P&gt;I have prepared this chart in Excel with the data I have to give a sense of what I am looking for.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help will greatly be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 20:30:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2365557#M61042</guid>
      <dc:creator>mwilliamsjr</dc:creator>
      <dc:date>2022-02-28T20:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shipments and Open Order Horizon (Events in Time Scenario?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2368485#M61043</link>
      <description>&lt;P&gt;You are using the terms "Open Orders"&amp;nbsp; and "Backlog"&amp;nbsp; - are these synonymous in your case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to work with. Avoid posting screenshots of your source data if possible.&lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 22:08:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2368485#M61043</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-03-01T22:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shipments and Open Order Horizon (Events in Time Scenario?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2369214#M60734</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="360726" data-lia-user-login="mwilliamsjr" class="lia-mention lia-mention-user"&gt;mwilliamsjr&lt;/a&gt; ,&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>Wed, 02 Mar 2022 06:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2369214#M60734</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-02T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Shipments and Open Order Horizon (Events in Time Scenario?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2369986#M60782</link>
      <description>&lt;P&gt;Hi and thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The table in the linked file is a subset of the data that is shown in the chart from my initial post. The chart is based on the total column. The Backlog and sales are two different tables, and the backlog is snapshotted each week and added to the Backlog table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My original thought was to use the USERELATIONSHIP function using the DAX below, but I think this is half the equation.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Rev | BiBa Commit]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;USERELATIONSHIP&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dimDateInvoice[InvoiceDate]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Backlog[WeekEnding]&lt;/SPAN&gt;&lt;SPAN&gt;))&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.google.com%2Ffile%2Fd%2F1fI7F6uZsZ3oZTsE4aOIOQq02CCdMnilw%2Fedit%3Fusp%3Ddocslist_api%26filetype%3Dmsexcel&amp;amp;data=04%7C01%7Cmichael.williams%40markimicrowave.com%7C3a2d088cb1b84a8dec6a08d9fc46da0c%7C66f29c5cefd24cc39d1ccd709e5fd903%7C0%7C0%7C637818203516859886%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;amp;sdata=kQAe2lsO4pPexbYZkXHxinsXbc6Z5N%2BNrry2BXTQp64%3D&amp;amp;reserved=0" target="_blank"&gt;https://docs.google.com/file/d/1fI7F6uZsZ3oZTsE4aOIOQq02CCdMnilw/edit?usp=docslist_api&amp;amp;filetype=msexcel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just in case you cannot get to the file, I am including the snapshot.&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 12:28:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2369986#M60782</guid>
      <dc:creator>mwilliamsjr</dc:creator>
      <dc:date>2022-03-02T12:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shipments and Open Order Horizon (Events in Time Scenario?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2372276#M60923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="360726" data-lia-user-login="mwilliamsjr" class="lia-mention lia-mention-user"&gt;mwilliamsjr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I can't access your files because I don't have a Google account... You can refer the following thread to upload the file in the community. &lt;STRONG&gt;Please note that&lt;/STRONG&gt; exclude any sensitive info in your sharing file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-upload-PBI-in-Community/m-p/1672886" target="_self"&gt;&lt;SPAN&gt;How to upload PBI in Community&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you want to create the following line chart by quarters? What's the calculation logic of these line values?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 09:44:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Shipments-and-Open-Order-Horizon-Events-in-Time-Scenario/m-p/2372276#M60923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-03T09:44:19Z</dc:date>
    </item>
  </channel>
</rss>

