<?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: Calculate function with a related table, multiple conditions and logic. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559941#M30954</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, is one of the filters is on a measure?&lt;/P&gt;
&lt;P&gt;Try like&lt;/P&gt;
&lt;P&gt;GoQuote = CALCULATE(DISTINCTCOUNT(T1[Quote Number]),Filter(T1,T1[Process] &amp;lt;&amp;gt; "Standard") ,Filter('T2', 'T2'[GoDate] &amp;gt;= DATE(2020,11,16)))&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 17:09:26 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-12-18T17:09:26Z</dc:date>
    <item>
      <title>Calculate function with a related table, multiple conditions and logic.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559786#M30945</link>
      <description>&lt;P&gt;So I admit right away that I could be asking too much from a Calculate function.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my mind this is what I am picturing:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GoQuote = CALCULATE(DISTINCTCOUNT(T1[Quote Number]),&lt;/P&gt;&lt;P&gt;(T1[Process] &amp;lt;&amp;gt; "Standard" &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;'T2'[GoDate] &amp;gt;= DATE(2020,11,16)))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I receive is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expression contains multiple columns but only a a single coumn can be used in a true/false expression that is used a a table filter expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how I can count the number of quotes in Table 1 that are not "Standard" and occur after a certain date located in Table 2?&amp;nbsp; Something tells me that I am overthinking this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 15:41:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559786#M30945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-18T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function with a related table, multiple conditions and logic.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559799#M30946</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try like &lt;/P&gt;
&lt;P&gt;GoQuote = CALCULATE(DISTINCTCOUNT(T1[Quote Number]),&lt;BR /&gt;T1[Process] &amp;lt;&amp;gt; "Standard" , 'T2'[GoDate] &amp;gt;= DATE(2020,11,16))&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 15:47:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559799#M30946</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-18T15:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function with a related table, multiple conditions and logic.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559872#M30949</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;!&amp;nbsp; Thanks for the effort but I get the same error regarding the use of a True/False expression within a CALCULATE function.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 16:21:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559872#M30949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-18T16:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function with a related table, multiple conditions and logic.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559941#M30954</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;, is one of the filters is on a measure?&lt;/P&gt;
&lt;P&gt;Try like&lt;/P&gt;
&lt;P&gt;GoQuote = CALCULATE(DISTINCTCOUNT(T1[Quote Number]),Filter(T1,T1[Process] &amp;lt;&amp;gt; "Standard") ,Filter('T2', 'T2'[GoDate] &amp;gt;= DATE(2020,11,16)))&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 17:09:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1559941#M30954</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-18T17:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function with a related table, multiple conditions and logic.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1560134#M30973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;, I think we are almost there.&amp;nbsp; Now I have this error:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 20:27:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1560134#M30973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-18T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function with a related table, multiple conditions and logic.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1560402#M30982</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , check datatype T1[Process] should be text and 'T2'[GoDate]&amp;nbsp; should be Date. else adjust the formula or data type&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 03:13:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-with-a-related-table-multiple-conditions-and/m-p/1560402#M30982</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-19T03:13:37Z</dc:date>
    </item>
  </channel>
</rss>

