<?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 if more than 0.00 for multiple rows (considering different columns) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173153#M50504</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;, as suggested, I performed the following steps: Transform Data -&amp;gt; Add column -&amp;gt; Index column (From 1) -&amp;gt; Close and apply -&amp;gt; Add new measure -&amp;gt; Paste in the DAX. However, 0.00 appeared in the table and counted as 1 row. Have I missed out some steps here? Maybe you can help me on this? Appreciate for your further advice. Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2021 17:03:17 GMT</pubDate>
    <dc:creator>SYChan_22</dc:creator>
    <dc:date>2021-11-04T17:03:17Z</dc:date>
    <item>
      <title>Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2171405#M50424</link>
      <description>&lt;P&gt;Hi Team, I am new to Power BI. I am currently looking for a solution on DAX measure. I would like to count the rows if the column Far (Left) &lt;STRONG&gt;OR&lt;/STRONG&gt; Far (right) is more than 0.00 &lt;STRONG&gt;OR&lt;/STRONG&gt; the column Near (Left) &lt;STRONG&gt;OR&lt;/STRONG&gt; Near (right) is more than 0.00. See attached screenshot. The desired results that fit the condition would be 5, if count manually. I have tried several other formulas but it never work. Desperately looking for solution here. Thanks in advance. Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 20:35:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2171405#M50424</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-03T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2171414#M50426</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MEASURE= COUNTROWS(FILTER(SUMMARIZE(tbl,tbl[Far(left)],tbl[Far(right)],tbl[Near(left)],tbl[Near(right)]),                       tbl[Far(left)]&amp;gt;0||tbl[Far(right)]&amp;gt;0||tbl[Near(left)]&amp;gt;0||tbl[Near(right)]&amp;gt;0))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 03 Nov 2021 20:44:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2171414#M50426</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-03T20:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172668#M50469</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;, thanks for your suggestion. I tried and it did not work ;( Is there any way to share the sample data here? I could not find any option to attach a file here. Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:16:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172668#M50469</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T13:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172671#M50470</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; you can share it through google drive / 1 drive&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:17:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172671#M50470</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172690#M50471</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;, as suggested. Here is the link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1wobXwSza7l1xPcMbYJJ-OpPdbwkYkmF4?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1wobXwSza7l1xPcMbYJJ-OpPdbwkYkmF4?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172690#M50471</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T13:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172705#M50472</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
COUNTROWS (
    FILTER (
        SUMMARIZE (
            tbl,
            tbl[Prescription: Far left],
            tbl[Prescription: Far right],
            tbl[Prescription: Near left],
            tbl[Prescription: Near right]
        ),
        CONVERT ( tbl[Prescription: Far left], DOUBLE ) &amp;gt; 0
            || CONVERT ( tbl[Prescription: Far right], DOUBLE ) &amp;gt; 0
            || CONVERT ( tbl[Prescription: Near left], DOUBLE ) &amp;gt; 0
            || CONVERT ( tbl[Prescription: Near right], DOUBLE ) &amp;gt; 0
    )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172705#M50472</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T13:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172743#M50475</link>
      <description>&lt;P&gt;That works perfectly,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;and the solution saves me a lot of time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably last question from my side: What if I would like to count the rows if it more than 0 &lt;STRONG&gt;and&lt;/STRONG&gt; less than 0? In other words, if all the rows contain zero, it shoud not be counted. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:49:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172743#M50475</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172754#M50476</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In other words, if all the rows contain zero, it shoud not be counted - currently the code is doing that.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;With the following&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;        CONVERT ( tbl[Prescription: Far left], DOUBLE ) &amp;gt; 0
            || CONVERT ( tbl[Prescription: Far right], DOUBLE ) &amp;gt; 0
            || CONVERT ( tbl[Prescription: Near left], DOUBLE ) &amp;gt; 0
            || CONVERT ( tbl[Prescription: Near right], DOUBLE ) &amp;gt; 0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;the code can't return any rows that will have column1=0 and column2=0 and column3=0 and column4=0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because DAX is explicitly asked to perform a serach and return a table where any of these 4 columns are &amp;gt;0, therfore the opposite can't be true.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:57:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172754#M50476</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172800#M50479</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;for your clarification. But I realized the following was not displayed in the result (see screenshot). I would like the rows to be counted as well if it has negative value (or less than zero). Is there anything we can tweak on the DAX measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:15:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172800#M50479</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T14:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172815#M50480</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; weap in ABS&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
COUNTROWS (
    FILTER (
        SUMMARIZE (
            tbl,
            tbl[Prescription: Far left],
            tbl[Prescription: Far right],
            tbl[Prescription: Near left],
            tbl[Prescription: Near right]
        ),
        ABS(CONVERT ( tbl[Prescription: Far left], DOUBLE )) &amp;gt; 0
            || ABS(CONVERT ( tbl[Prescription: Far right], DOUBLE )) &amp;gt; 0
            || ABS(CONVERT ( tbl[Prescription: Near left], DOUBLE )) &amp;gt; 0
            || ABS(CONVERT ( tbl[Prescription: Near right], DOUBLE )) &amp;gt; 0
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:19:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172815#M50480</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172846#M50486</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;, I performed the DAX measure. It works fine but it does not match the final results that I imagine. I realized the rows that has repetitions are not included. I would like to count the rows, even if it repeats (see screenshot). Any idea how to modify the DAX measure? Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:37:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172846#M50486</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T14:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172867#M50490</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; add an index column in the data and then run the measure&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:44:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2172867#M50490</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T14:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173153#M50504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;, as suggested, I performed the following steps: Transform Data -&amp;gt; Add column -&amp;gt; Index column (From 1) -&amp;gt; Close and apply -&amp;gt; Add new measure -&amp;gt; Paste in the DAX. However, 0.00 appeared in the table and counted as 1 row. Have I missed out some steps here? Maybe you can help me on this? Appreciate for your further advice. Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 17:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173153#M50504</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T17:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173185#M50506</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; show the index in the matrix and use this as a measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
COUNTROWS (
    FILTER (
        
            tbl,
            
        ABS(CONVERT ( tbl[Prescription: Far left], DOUBLE )) &amp;gt; 0
            || ABS(CONVERT ( tbl[Prescription: Far right], DOUBLE )) &amp;gt; 0
            || ABS(CONVERT ( tbl[Prescription: Near left], DOUBLE )) &amp;gt; 0
            || ABS(CONVERT ( tbl[Prescription: Near right], DOUBLE )) &amp;gt; 0
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Nov 2021 17:30:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173185#M50506</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173217#M50507</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;, thanks for the valuable tips. The row that contains 0.00 isn't shown in the table anymore. As a final step, I would like to now count the rows in the index column in the matrix. How could we achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 17:41:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173217#M50507</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T17:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173220#M50508</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; I think the quetion is getting sidetracked now and you are asking me different quetion. Did I manage to give you the answer to your original question? I like to think yes and please accept the answer and create a new question.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 17:45:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173220#M50508</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173235#M50509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;, referring to my original question, I would like to &lt;STRONG&gt;count the rows&lt;/STRONG&gt; that meet the abovementioned conditions (yes, the solution worked!). Ultimately, I would like to show the &lt;STRONG&gt;total&lt;/STRONG&gt; number of &lt;STRONG&gt;rows&lt;/STRONG&gt; that met the conditions in the &lt;STRONG&gt;card visual&lt;/STRONG&gt; instead of showing them in the matrix. Sorry for the misunderstanding and I hope I expressed it clear enough now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 17:56:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173235#M50509</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T17:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173248#M50510</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="336748" data-lia-user-login="SYChan_22" class="lia-mention lia-mention-user"&gt;SYChan_22&lt;/a&gt;&amp;nbsp; did you actually really try putting the same measure in a card to see whether it works?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 18:02:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173248#M50510</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-04T18:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows if more than 0.00 for multiple rows (considering different columns)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173251#M50511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;, the DAX (screenshot) in your previous message was not displayed the first time I read your message. Must be due to the weak internet connection here. Greetings from Kinshasa. Thanks for your expertise!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 18:07:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-if-more-than-0-00-for-multiple-rows-considering/m-p/2173251#M50511</guid>
      <dc:creator>SYChan_22</dc:creator>
      <dc:date>2021-11-04T18:07:40Z</dc:date>
    </item>
  </channel>
</rss>

