<?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: Total of text in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580940#M31593</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="272475" data-lia-user-login="BishwaR" class="lia-mention lia-mention-user"&gt;BishwaR&lt;/a&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;Count Of Line = count(Table[Item Line])&lt;/P&gt;
&lt;P&gt;Count Of Line = countrows(Table)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count Of Line = distinctcount(Table[Item Line])&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 02:58:48 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-01-05T02:58:48Z</dc:date>
    <item>
      <title>Total of text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580832#M31586</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; I have table like this. I created a measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count Of Line = districtcount(Item Line) as a result it is returning total value 3 but how can I get 5 instead because when I calculate the average of Count of Line it returns 3/5= 0.6 where as I want the value 5/5=1&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 02:10:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580832#M31586</guid>
      <dc:creator>BishwaR</dc:creator>
      <dc:date>2021-01-05T02:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Total of text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580921#M31592</link>
      <description>&lt;P&gt;Use COUNTROWS() instead of DISTINCTCOUNT()&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 02:53:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580921#M31592</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-01-05T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total of text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580940#M31593</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="272475" data-lia-user-login="BishwaR" class="lia-mention lia-mention-user"&gt;BishwaR&lt;/a&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;Count Of Line = count(Table[Item Line])&lt;/P&gt;
&lt;P&gt;Count Of Line = countrows(Table)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count Of Line = distinctcount(Table[Item Line])&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 02:58:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-of-text/m-p/1580940#M31593</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-05T02:58:48Z</dc:date>
    </item>
  </channel>
</rss>

