<?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: Count rows based on multiple measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522239#M135298</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"A function 'PLACEHOLDER' has been used in a True/False expression that is used as a table filter expression. This is not allowed."&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 10:57:38 GMT</pubDate>
    <dc:creator>LABrowne</dc:creator>
    <dc:date>2023-11-08T10:57:38Z</dc:date>
    <item>
      <title>Count rows based on multiple measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522183#M135296</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to count the number of 'Hot Orders' where the following criteria below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[SpicyLevel (%)]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;[No. of Orders]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;() &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;[Expiry Date Less 90 Days]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How do I combine the 3 conditions to count them?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any advice much appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Luke&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Nov 2023 10:34:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522183#M135296</guid>
      <dc:creator>LABrowne</dc:creator>
      <dc:date>2023-11-08T10:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows based on multiple measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522198#M135297</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="636377" data-lia-user-login="LABrowne" class="lia-mention lia-mention-user"&gt;LABrowne&lt;/a&gt;&amp;nbsp;, Calculate might help you.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;your_measure =
CALCULATE (
    COUNT ( Table[Column] ),
    [SpicyLevel (%)] &amp;gt; 1,
    [No. of Orders] &amp;gt;= 2,
    TODAY () &amp;lt;= [Expiry Date Less 90 Days]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Nov 2023 10:39:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522198#M135297</guid>
      <dc:creator>ERD</dc:creator>
      <dc:date>2023-11-08T10:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows based on multiple measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522239#M135298</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"A function 'PLACEHOLDER' has been used in a True/False expression that is used as a table filter expression. This is not allowed."&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 10:57:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522239#M135298</guid>
      <dc:creator>LABrowne</dc:creator>
      <dc:date>2023-11-08T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows based on multiple measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522264#M135302</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="636377" data-lia-user-login="LABrowne" class="lia-mention lia-mention-user"&gt;LABrowne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this error occure when use measure as comparing value&lt;BR /&gt;try below code&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE (
    COUNT ( Table[Column] ),
    filter('table',[SpicyLevel (%)] &amp;gt;1 &amp;amp;&amp;amp;[No. of Orders] &amp;gt;= 2 &amp;amp;&amp;amp;
    TODAY () &amp;lt;= [Expiry Date Less 90 Days])
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same problem solved&lt;BR /&gt;visit&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Placeholder-error/m-p/3493955#M1155768" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 11:15:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-based-on-multiple-measures/m-p/3522264#M135302</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-11-08T11:15:26Z</dc:date>
    </item>
  </channel>
</rss>

