<?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: Display Count of Non Unique values in a column on a Card in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/4007324#M156934</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="359582" data-lia-user-login="roygervase" class="lia-mention lia-mention-user"&gt;roygervase&lt;/a&gt;&amp;nbsp;- Your card will need a DAX measure like the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE( DISTINCTCOUNT( Table[USER] ), FILTER( Table, [Count of Call No] &amp;gt; 1 ))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You just need to put your table and column names in place of the ones I have added.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works, please mark it as the solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2024 16:13:57 GMT</pubDate>
    <dc:creator>mark_endicott</dc:creator>
    <dc:date>2024-06-24T16:13:57Z</dc:date>
    <item>
      <title>Display Count of Non Unique values in a column on a Card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/3093538#M156926</link>
      <description>&lt;P&gt;I have a table for HD Tickets one column has User and another has Ticket #.&amp;nbsp; I want to display on a card the number of users that have multiple tickets.&amp;nbsp; On the transformaiton Page the info is there for Distinct Users and for Unique.&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;I could just subract and get the number.&amp;nbsp; I cannot figure out how to get the Unique number.&amp;nbsp; I want to put it in a card.&amp;nbsp; I can create a table that has the users and count of users do a filter on the visual count of Call No &amp;gt;1&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;I want the card to show&amp;nbsp; No of users.&amp;nbsp; When there is a larger like 20+ the number of calls is not as important as the number of users which is always there question.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 21:45:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/3093538#M156926</guid>
      <dc:creator>roygervase</dc:creator>
      <dc:date>2023-03-06T21:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display Count of Non Unique values in a column on a Card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/4007324#M156934</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="359582" data-lia-user-login="roygervase" class="lia-mention lia-mention-user"&gt;roygervase&lt;/a&gt;&amp;nbsp;- Your card will need a DAX measure like the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE( DISTINCTCOUNT( Table[USER] ), FILTER( Table, [Count of Call No] &amp;gt; 1 ))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You just need to put your table and column names in place of the ones I have added.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works, please mark it as the solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 16:13:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/4007324#M156934</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-06-24T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display Count of Non Unique values in a column on a Card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/4013150#M158052</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="359582" data-lia-user-login="roygervase" class="lia-mention lia-mention-user"&gt;roygervase&lt;/a&gt;&amp;nbsp;- Did this work?&amp;nbsp;&lt;SPAN&gt;Please could you mark it as the solution if yes, this helps other users find it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 09:47:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Count-of-Non-Unique-values-in-a-column-on-a-Card/m-p/4013150#M158052</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-06-27T09:47:16Z</dc:date>
    </item>
  </channel>
</rss>

