<?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 Count Without Duplicates in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218512#M96889</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12123" data-lia-user-login="vanessafvg" class="lia-mention lia-mention-user"&gt;vanessafvg&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell me formula for count of all rows in the table. becasue i want to use that as KPI&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 11:14:19 GMT</pubDate>
    <dc:creator>vishalbaldania</dc:creator>
    <dc:date>2017-07-25T11:14:19Z</dc:date>
    <item>
      <title>Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218491#M96876</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12123" data-lia-user-login="vanessafvg" class="lia-mention lia-mention-user"&gt;vanessafvg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to Count total number of rows in table after using some filter. I have created column and Measure to calculate number of rows in table but could not get right result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see in pic 4th rows (Yellow Highlighted)&amp;nbsp;has count value 2 insted 1. Total count of table should be 5 insted 6..&amp;nbsp; Please guide me how can i calculate the right count.&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:50:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218491#M96876</guid>
      <dc:creator>vishalbaldania</dc:creator>
      <dc:date>2017-07-25T10:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218495#M96879</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;&amp;nbsp;unfortunately with this limited information i would need to be a bit psychic to understand the issue&amp;nbsp;:womanvery-happy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as i said i need a screen shot of your relationships if you are using more than one table?&lt;/P&gt;&lt;P&gt;can you also post how you did your measures, the code?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:53:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218495#M96879</guid>
      <dc:creator>vanessafvg</dc:creator>
      <dc:date>2017-07-25T10:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218505#M96884</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12123" data-lia-user-login="vanessafvg" class="lia-mention lia-mention-user"&gt;vanessafvg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Formula for Column: Column = COUNT(RPT_COMEBACKS[Equipment ID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Formula for Measure: Measure = COUNTROWS(RPT_COMEBACKS)&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218505#M96884</guid>
      <dc:creator>vishalbaldania</dc:creator>
      <dc:date>2017-07-25T11:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218508#M96886</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;&amp;nbsp;so are you wanting a unique count &amp;nbsp;of equipment id, or just a count of all the rows in the table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Formula for Column: Column = distinctCOUNT(RPT_COMEBACKS[Equipment ID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Formula for Measure: Measure = distinctCOUNT(RPT_COMEBACKS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is for unique count&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:08:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218508#M96886</guid>
      <dc:creator>vanessafvg</dc:creator>
      <dc:date>2017-07-25T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218512#M96889</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12123" data-lia-user-login="vanessafvg" class="lia-mention lia-mention-user"&gt;vanessafvg&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell me formula for count of all rows in the table. becasue i want to use that as KPI&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218512#M96889</guid>
      <dc:creator>vishalbaldania</dc:creator>
      <dc:date>2017-07-25T11:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218513#M96890</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;&amp;nbsp;counting all rows is simply countrows(tablename)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:15:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218513#M96890</guid>
      <dc:creator>vanessafvg</dc:creator>
      <dc:date>2017-07-25T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218521#M96894</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12123" data-lia-user-login="vanessafvg" class="lia-mention lia-mention-user"&gt;vanessafvg&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you said i used DISTINCTCOUNT(RPT_COMEBACKS[Equipment ID]) but the still output does not right (you can see in image). if you calculate total number of rows in table then it would be 9 insted 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also used COUNTROW: Measure = COUNTROWS(RPT_COMEBACKS) but result is not changed. &lt;img /&gt;&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218521#M96894</guid>
      <dc:creator>vishalbaldania</dc:creator>
      <dc:date>2017-07-25T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218522#M96895</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;&amp;nbsp; why are you creating a column? &amp;nbsp;they should both be measures&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just so that i understand what you trying to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you want to see the total rows in the table vs the count of unique equipment id's?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:26:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218522#M96895</guid>
      <dc:creator>vanessafvg</dc:creator>
      <dc:date>2017-07-25T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218524#M96896</link>
      <description>&lt;P&gt;YES that's right&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218524#M96896</guid>
      <dc:creator>vishalbaldania</dc:creator>
      <dc:date>2017-07-25T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218525#M96897</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;&amp;nbsp;change the column to measure and see if it adjusts it properly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps are you wanting to see the total of all on every row, or only what is related to that row&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you also need to check your data because the measure might be correct, if you still struggling you can send me your pbix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i am not understanding you&amp;nbsp;&lt;/P&gt;&lt;P&gt;detail what you expect to see&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:34:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218525#M96897</guid>
      <dc:creator>vanessafvg</dc:creator>
      <dc:date>2017-07-25T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218531#M96899</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12123" data-lia-user-login="vanessafvg" class="lia-mention lia-mention-user"&gt;vanessafvg&lt;/a&gt;&lt;/P&gt;&lt;P&gt;As you said i created Measure A and it's works but I can't see the total rows on the bottom. Might be becasue of i used distictcount if i use something else like count or countrows it does not works &lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:39:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218531#M96899</guid>
      <dc:creator>vishalbaldania</dc:creator>
      <dc:date>2017-07-25T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218536#M96902</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;&amp;nbsp;ok but can you tell me what you expect to see there? &amp;nbsp;because i dont quite understand the issue here,what is the expected value at the bottom the total is going to return a distinct count of all equipment ids, it look &amp;nbsp;like you only have one equipment id in your table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am not quite sure what you objective is, if you explain the business requirement mabye i can help you better&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:44:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/218536#M96902</guid>
      <dc:creator>vanessafvg</dc:creator>
      <dc:date>2017-07-25T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count Without Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/227045#M101133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31821" data-lia-user-login="vishalbaldania" class="lia-mention lia-mention-user"&gt;vishalbaldania&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please mark the proper answer as solution if it's convenient for you? That will be a help to the others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 01:40:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Total-Count-Without-Duplicates/m-p/227045#M101133</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2017-08-08T01:40:14Z</dc:date>
    </item>
  </channel>
</rss>

