<?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: Calculate distinct count in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992697#M100741</link>
    <description>&lt;P&gt;I want result how many customers in each group&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 06:36:09 GMT</pubDate>
    <dc:creator>Aniket_Bhande</dc:creator>
    <dc:date>2022-12-29T06:36:09Z</dc:date>
    <item>
      <title>Calculate distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992695#M100740</link>
      <description>&lt;P&gt;Hi guys, i have data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Where I have&lt;/P&gt;&lt;P&gt;customer population.&amp;nbsp; &amp;nbsp; &amp;nbsp; customer name&lt;/P&gt;&lt;P&gt;0- 20&amp;nbsp;&lt;/P&gt;&lt;P&gt;22-49&lt;/P&gt;&lt;P&gt;50-99&lt;/P&gt;&lt;P&gt;&amp;gt;100&lt;/P&gt;&lt;P&gt;But we want&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer population with no of customer. How we will do that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 06:35:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992695#M100740</guid>
      <dc:creator>Aniket_Bhande</dc:creator>
      <dc:date>2022-12-29T06:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992697#M100741</link>
      <description>&lt;P&gt;I want result how many customers in each group&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 06:36:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992697#M100741</guid>
      <dc:creator>Aniket_Bhande</dc:creator>
      <dc:date>2022-12-29T06:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992886#M100748</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="480068" data-lia-user-login="Aniket_Bhande" class="lia-mention lia-mention-user"&gt;Aniket_Bhande&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Help-with-SWITCH-TRUE-with-multiple-items-to-evaluate/m-p/439241" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Help-with-SWITCH-TRUE-with-multiple-items-to-evaluate/m-p/439241&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.microsoft.com/en-us/msoffice/forum/all/dax-measure-power-pivot-age-grouping/b1d890f4-895d-4397-b385-8538dcc05071" target="_blank"&gt;https://answers.microsoft.com/en-us/msoffice/forum/all/dax-measure-power-pivot-age-grouping/b1d890f4-895d-4397-b385-8538dcc05071&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 08:08:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2992886#M100748</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2022-12-29T08:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2994556#M100849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="480068" data-lia-user-login="Aniket_Bhande" class="lia-mention lia-mention-user"&gt;Aniket_Bhande&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below to get it and put it on your visual:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = DISTINCTCOUNT ( 'Table'[CUST NAME] )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;f the above one can't help you get the expected result, please provide some&amp;nbsp;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&amp;nbsp;in your table&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;(&lt;STRONG&gt;&lt;I&gt;exclude&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;sensitive&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;I&gt;data&lt;/I&gt;&lt;/STRONG&gt;) with&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Text&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples. Does the field &lt;STRONG&gt;[customer population]&lt;/STRONG&gt; and &lt;STRONG&gt;[customer name]&lt;/STRONG&gt; come from the same table?&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;It is better&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;if you can share a&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;simplified&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;pbix file with the expected result explanation. You can refer the following link to upload the file to the community. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 08:33:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-distinct-count/m-p/2994556#M100849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-30T08:33:59Z</dc:date>
    </item>
  </channel>
</rss>

