<?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: Help with DAX code in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871204#M40135</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Yes [machineno] could be used as an index.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 29 May 2021 21:21:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-29T21:21:31Z</dc:date>
    <item>
      <title>Help with DAX code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1869219#M40039</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp; I have the table above and need to right an DAX if statement to checf if the early number in [Projected + 250 SMU] is greater than.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example is 5838 &amp;gt; 7522 if yes "check" if no "dont check", then is 5658&amp;gt;5838 if yes "check" if no "dont check".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 07:12:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1869219#M40039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-28T07:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871127#M40131</link>
      <description>&lt;P&gt;You need an index column for that so that you definitely know what "earlier"&amp;nbsp; actually means.&amp;nbsp; Is the&amp;nbsp; MachineNo field usable for that purpose?&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 19:41:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871127#M40131</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-05-29T19:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871204#M40135</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Yes [machineno] could be used as an index.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 21:21:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871204#M40135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-29T21:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871208#M40137</link>
      <description>&lt;P&gt;in your measure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- create a variable a that holds the current context machineno (via MAX() or SELECTEDVALUE() etc. )&lt;/P&gt;
&lt;P&gt;- create a variable b to calculate the largest machineno that is smaller than your variable a&lt;/P&gt;
&lt;P&gt;- calculate and return the "projected + 250" for that filter b.&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 21:27:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-code/m-p/1871208#M40137</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-05-29T21:27:28Z</dc:date>
    </item>
  </channel>
</rss>

