<?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 True/false measure not giving total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029012#M103428</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I need to do to have a correct total on the highlighted table? It should be 7.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 15:18:43 GMT</pubDate>
    <dc:creator>ROG</dc:creator>
    <dc:date>2023-01-18T15:18:43Z</dc:date>
    <item>
      <title>True/false measure not giving total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029012#M103428</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I need to do to have a correct total on the highlighted table? It should be 7.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 15:18:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029012#M103428</guid>
      <dc:creator>ROG</dc:creator>
      <dc:date>2023-01-18T15:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: True/false measure not giving total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029246#M103443</link>
      <description>&lt;P&gt;You need to add up the individual values, not compute the whole thing at the aggregate level. Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Active GA+1 =
SUMX (
    VALUES ( 'Table'[Sales partner code] ),
    IF ( [Gross Addition Daily] &amp;gt;= 1, 1, 0 )
)
&lt;/LI-CODE&gt;
&lt;P&gt;where 'Table'[Sales partner code] is the column you are grouping by in the matrix&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:52:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029246#M103443</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-01-18T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: True/false measure not giving total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029294#M103451</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:11:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-false-measure-not-giving-total/m-p/3029294#M103451</guid>
      <dc:creator>ROG</dc:creator>
      <dc:date>2023-01-18T17:11:34Z</dc:date>
    </item>
  </channel>
</rss>

