<?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 Does not start with - DAX expression in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069031#M106405</link>
    <description>&lt;P&gt;Hi!&amp;nbsp; I'm looking for help on how to write a 'does not start with' DAX expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have right now, but doesn't seem to work:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total Sales &amp;amp; Credit Memos = 
CALCULATE( 
        [Total Amount],
        (LEFT('CONSOL GLENTRY'[Document No_], 2) &amp;lt;&amp;gt; "GJ"
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to calculate all documents that 'do not' start with "GJ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 13:28:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-08T13:28:55Z</dc:date>
    <item>
      <title>Does not start with - DAX expression</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069031#M106405</link>
      <description>&lt;P&gt;Hi!&amp;nbsp; I'm looking for help on how to write a 'does not start with' DAX expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have right now, but doesn't seem to work:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total Sales &amp;amp; Credit Memos = 
CALCULATE( 
        [Total Amount],
        (LEFT('CONSOL GLENTRY'[Document No_], 2) &amp;lt;&amp;gt; "GJ"
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to calculate all documents that 'do not' start with "GJ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:28:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069031#M106405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-08T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does not start with - DAX expression</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069499#M106435</link>
      <description>&lt;P&gt;hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;Total Sales &amp;amp; Credit Memos =&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE(&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Total Amount],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ALL('CONSOL GLENTRY'[Document No_]),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LEFT('CONSOL GLENTRY'[Document No_], 2) &amp;lt;&amp;gt; "GJ"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 15:44:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069499#M106435</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-08T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does not start with - DAX expression</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069514#M106437</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; wrap in MAX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Sales &amp;amp; Credit Memos = 
CALCULATE( 
        [Total Amount],
        (LEFT(MAX('CONSOL GLENTRY'[Document No_]), 2) &amp;lt;&amp;gt; "GJ"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Feb 2023 15:48:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Does-not-start-with-DAX-expression/m-p/3069514#M106437</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2023-02-08T15:48:32Z</dc:date>
    </item>
  </channel>
</rss>

