<?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: distinct values from existing column  power bi dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3643064#M141054</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't access your pbix file, please change the permissions and re-share.&lt;BR /&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; said, you can use &lt;SPAN&gt;DISTINCT() function. P&lt;/SPAN&gt;lease check your data for spaces. You can add a custom column to check the character length.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You can de-dupe the columns in power query.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 08:53:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-17T08:53:31Z</dc:date>
    <item>
      <title>distinct values from existing column  power bi dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3639366#M140873</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create new table&amp;nbsp; with&amp;nbsp; distinct values from existing column using these formula : values(table[column] but getting duplicate values .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you help on the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power bi file link :&amp;nbsp;&lt;A href="https://1drv.ms/u/c/ee810675493a9aef/Ee6zFCLPxhpEkM4JNqx445YBltaye23bsoV7nfNRNBuCew?e=klVu3Q" target="_blank"&gt;distinct.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 18:07:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3639366#M140873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-15T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: distinct values from existing column  power bi dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3639405#M140876</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Well, I would use DISTINCT instead of VALUES or ALL used with a column also produces distinct results oddly enough. But, if you are getting duplicate values that's likely trailing whitespace or hidden characters causing it or something along those lines. Add some trim and clean operations in Power Query Editor.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 18:58:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3639405#M140876</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-01-15T18:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: distinct values from existing column  power bi dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3643064#M141054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't access your pbix file, please change the permissions and re-share.&lt;BR /&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; said, you can use &lt;SPAN&gt;DISTINCT() function. P&lt;/SPAN&gt;lease check your data for spaces. You can add a custom column to check the character length.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You can de-dupe the columns in power query.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 08:53:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/distinct-values-from-existing-column-power-bi-dax/m-p/3643064#M141054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-17T08:53:31Z</dc:date>
    </item>
  </channel>
</rss>

