<?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: Filtering out '0' in two columns to bring back results only with a numbers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1090357#M15744</link>
    <description>&lt;P&gt;Please try this measure out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= COUNTROWS(FILTER('Cycle Counts','Cycle Counts'[Cycle Count Qty. (Calculated)]&amp;lt;&amp;gt;0 &amp;amp;&amp;amp; 'Cycle Counts'[Cycle Count Qty. (Phys. Inventory)]&amp;lt;&amp;gt;0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works for you, please mark it as the solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 20:30:46 GMT</pubDate>
    <dc:creator>mahoneypat</dc:creator>
    <dc:date>2020-05-14T20:30:46Z</dc:date>
    <item>
      <title>Filtering out '0' in two columns to bring back results only with a numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1089700#M15711</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I'm trying write a measure to get results back from a table (looking at two columns) which counts only the results which have a number in one or both columns , ignoring anything with '0' in both columns. If I was using excel I would filter out the two columns which have '0' in both cells, leaving me with the columns that have a number in both, or a number in one and '0' in the other. I do not want to include results that have a zero in both columns only. The measure I have written is&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;= COUNTROWS(FILTER('Cycle Counts','Cycle Counts'[Cycle Count Qty. (Calculated)]&amp;lt;&amp;gt;0) &amp;amp; COUNTROWS(FILTER('Cycle Counts','Cycle Counts'[Cycle Count Qty. (Phys. Inventory)]&amp;lt;&amp;gt;0)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I get an error back to say the parameter is not correct and also that'multiple columns cannot be to a scalar value.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I am very new to this hence the multiple errors and have zero practice at writing measures&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 May 2020 12:26:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1089700#M15711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-14T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out '0' in two columns to bring back results only with a numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1089809#M15717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try it using COUNTX:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/pt-br/dax/countx-function-dax" target="_blank"&gt;https://docs.microsoft.com/pt-br/dax/countx-function-dax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 13:36:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1089809#M15717</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-05-14T13:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out '0' in two columns to bring back results only with a numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1090357#M15744</link>
      <description>&lt;P&gt;Please try this measure out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= COUNTROWS(FILTER('Cycle Counts','Cycle Counts'[Cycle Count Qty. (Calculated)]&amp;lt;&amp;gt;0 &amp;amp;&amp;amp; 'Cycle Counts'[Cycle Count Qty. (Phys. Inventory)]&amp;lt;&amp;gt;0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works for you, please mark it as the solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 20:30:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1090357#M15744</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-05-14T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out '0' in two columns to bring back results only with a numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1091270#M15777</link>
      <description>&lt;P&gt;Hi Pat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks, this one worked!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:33:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1091270#M15777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-15T09:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out '0' in two columns to bring back results only with a numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1091275#M15778</link>
      <description>&lt;P&gt;Hi- unfortunately I don't know if. this would have worked as the link looked like it was in Spanish. I did get a solution though, and thank you for replying.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:35:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/1091275#M15778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-15T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out '0' in two columns to bring back results only with a numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/4316593#M171393</link>
      <description>&lt;P&gt;How do you use this measure to filter out the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 07:27:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-out-0-in-two-columns-to-bring-back-results-only-with-a/m-p/4316593#M171393</guid>
      <dc:creator>FabricLearnFabr</dc:creator>
      <dc:date>2024-12-06T07:27:42Z</dc:date>
    </item>
  </channel>
</rss>

