<?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 all negative numbers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512894#M69747</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;delist&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;relationships&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;other 2 tables are handbooks....Glossary - names of products and specifications, and Celendar(Date)&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 09:35:25 GMT</pubDate>
    <dc:creator>Nick_2510</dc:creator>
    <dc:date>2022-05-13T09:35:25Z</dc:date>
    <item>
      <title>count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507514#M69466</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want to count all negative numbers by rows and in total...but it doesn't work in total&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Data[Name]&lt;/SPAN&gt;&lt;SPAN&gt; ), &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;[diff_AvSal_bal]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; -&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:42:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507514#M69466</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-11T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507543#M69468</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count of -ve =
SUMX ( VALUES ( Data[Name] ), CALCULATE ( IF ( [diff_AvSal_bal] &amp;lt; -1, 1, 0 ) ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 11 May 2022 10:52:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507543#M69468</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-11T10:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507555#M69469</link>
      <description>&lt;P&gt;Hi! The same result(&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:57:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507555#M69469</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-11T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507560#M69470</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Negative val = SUMX(Negative,IF(Negative[Diff]&amp;lt;0,1,0))&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:58:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507560#M69470</guid>
      <dc:creator>Arul</dc:creator>
      <dc:date>2022-05-11T10:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507568#M69471</link>
      <description>&lt;P&gt;This formula is not for measures&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 11:00:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507568#M69471</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-11T11:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507635#M69472</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Do you have other active filters of the page or on the visual? any slicers? Any other table or other column invloved?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 11:30:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507635#M69472</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-11T11:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507644#M69473</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count of -ve =
SUMX (
    CROSSJOIN ( VALUES ( 'Date'[Date] ), VALUES ( Data[Name] ) ),
    IF ( [diff_AvSal_bal] &amp;lt; -1, 1, 0 )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 11 May 2022 11:34:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2507644#M69473</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-11T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512404#M69728</link>
      <description>&lt;P&gt;Thx a lot! It works!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But now I need to add one option in IF constraction...&lt;/P&gt;&lt;P&gt;switch off name if name in a period - data for this in another table with colomns (Name, Start_period, End_Period)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count of -ve =&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CROSSJOIN&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;'Календарь'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Data[Name]&lt;/SPAN&gt;&lt;SPAN&gt; ) ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;[diff_AvSal_bal]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;OR&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Календарь'[Date]&lt;/SPAN&gt; &lt;SPAN&gt;IN&lt;/SPAN&gt; &lt;SPAN&gt;DATESBETWEEN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'[Start_per]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'[End_per]&lt;/SPAN&gt;&lt;SPAN&gt;, 0&lt;/SPAN&gt;&lt;SPAN&gt;, 1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2022 06:41:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512404#M69728</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-13T06:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512577#M69733</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CROSSJOIN&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;'Календарь'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Data[Name]&lt;/SPAN&gt;&lt;SPAN&gt; ), &lt;/SPAN&gt;&lt;SPAN&gt;'delist'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;[diff_AvSal_bal]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt; || (&lt;/SPAN&gt;&lt;SPAN&gt;'Календарь'[Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;'delist'[Start_per]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;'Календарь'[Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;'delist'[End_per]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;How to connect Name in first table and in Second (Start_per, End_per)...now it puts 0 to every name which is in that period(&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2022 07:36:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512577#M69733</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-13T07:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512695#M69738</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Now its different. I need to see sample data of the two tables and the relationships between the three tables.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:14:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512695#M69738</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-13T08:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512894#M69747</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;delist&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;relationships&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;other 2 tables are handbooks....Glossary - names of products and specifications, and Celendar(Date)&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:35:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2512894#M69747</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-13T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513151#M69762</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;In your table visual please use the [Name] column from the 'delist' dimention table and not from the fact 'Data' table. Then you may try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count of -ve =
SUMX (
    CROSSJOIN ( VALUES ( 'Календарь'[Date] ), delist ),
    IF (
        [diff_AvSal_bal] &amp;gt; 0
            || 'Календарь'[Date] IN CALENDAR ( delist[Start_per], delist[End_per] ),
        0,
        1
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 13 May 2022 09:57:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513151#M69762</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-13T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513393#M69776</link>
      <description>&lt;P&gt;But in table 'delist' are not all names...the main table is Data...all calculations and visualizations are made due to it...and Name I take from Glossary...&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 11:45:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513393#M69776</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-13T11:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513405#M69778</link>
      <description>&lt;P&gt;Can you share a sample file?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 11:52:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513405#M69778</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-13T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513481#M69785</link>
      <description>&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1HU_modgMtIDKc4aiaRFS_CnshJbe3sxq/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1HU_modgMtIDKc4aiaRFS_CnshJbe3sxq/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:48:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513481#M69785</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-13T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513549#M69787</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 'delist' table is not there in the file!&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 13:17:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513549#M69787</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-13T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513615#M69794</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, not this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/13O4IUGHpTJvEkKrokc5JCie0l1gieKFO/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/13O4IUGHpTJvEkKrokc5JCie0l1gieKFO/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 08:31:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2513615#M69794</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-14T08:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2514957#M69895</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sorry I was confused and replied to your other post&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/IF-Conditions/m-p/2512570#M69732" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/IF-Conditions/m-p/2512570#M69732&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 09:53:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2514957#M69895</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-14T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2515067#M69906</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be 0, because this names on this dates are&amp;nbsp; in delist table (second condition)....(((&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 13:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2515067#M69906</guid>
      <dc:creator>Nick_2510</dc:creator>
      <dc:date>2022-05-14T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: count all negative numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2515111#M69909</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388445" data-lia-user-login="Nick_2510" class="lia-mention lia-mention-user"&gt;Nick_2510&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you mean "AND" not "OR". Please try replace || with &amp;amp;&amp;amp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 14:43:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-all-negative-numbers/m-p/2515111#M69909</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-14T14:43:49Z</dc:date>
    </item>
  </channel>
</rss>

