<?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 Dax formula that will find next order in list who's order weight is less than or equal to current or in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-that-will-find-next-order-in-list-who-s-order-weight/m-p/3961465#M153697</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with order ID's, order weight, and weight needed columns. I would like to create logic that will look at the current order and search the list for an order who's order weight value is less than or equal to the current order's order needed value. I have included an example of the table I am looking to create below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Order ID&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Order Weight&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Weight Needed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Suggested Pool Order&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;40000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;43000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;C&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;38000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&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 find a formula that creates the "Suggested Pool Order" column.&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 15:07:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-30T15:07:18Z</dc:date>
    <item>
      <title>Dax formula that will find next order in list who's order weight is less than or equal to current or</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-that-will-find-next-order-in-list-who-s-order-weight/m-p/3961465#M153697</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with order ID's, order weight, and weight needed columns. I would like to create logic that will look at the current order and search the list for an order who's order weight value is less than or equal to the current order's order needed value. I have included an example of the table I am looking to create below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Order ID&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Order Weight&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Weight Needed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Suggested Pool Order&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;40000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;43000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;C&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;38000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&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 find a formula that creates the "Suggested Pool Order" column.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-that-will-find-next-order-in-list-who-s-order-weight/m-p/3961465#M153697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-30T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dax formula that will find next order in list who's order weight is less than or equal to current or</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-that-will-find-next-order-in-list-who-s-order-weight/m-p/3961637#M153702</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can refer to below calculated column expression.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:21:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-that-will-find-next-order-in-list-who-s-order-weight/m-p/3961637#M153702</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-05-30T15:21:59Z</dc:date>
    </item>
  </channel>
</rss>

