<?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: Creation of a table with unique values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522522#M70409</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291965" data-lia-user-login="Gwen" class="lia-mention lia-mention-user"&gt;Gwen&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can create new table&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;NewTable =
DISTINCT (
    SELECTCOLUMNS (
        People,
        "ID", People[ID],
        "Name", People[Name],
        "Rank", People[Rank]
    )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 18 May 2022 07:55:14 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-05-18T07:55:14Z</dc:date>
    <item>
      <title>Creation of a table with unique values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522501#M70406</link>
      <description>&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 07:48:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522501#M70406</guid>
      <dc:creator>Gwen</dc:creator>
      <dc:date>2022-05-18T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table with unique values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522522#M70409</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291965" data-lia-user-login="Gwen" class="lia-mention lia-mention-user"&gt;Gwen&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can create new table&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;NewTable =
DISTINCT (
    SELECTCOLUMNS (
        People,
        "ID", People[ID],
        "Name", People[Name],
        "Rank", People[Rank]
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 18 May 2022 07:55:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522522#M70409</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-18T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table with unique values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522561#M70414</link>
      <description>&lt;P&gt;So effective... thank you !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 08:06:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2522561#M70414</guid>
      <dc:creator>Gwen</dc:creator>
      <dc:date>2022-05-18T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table with unique values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2525425#M70599</link>
      <description>&lt;P&gt;Can I add a filter? For example I would like to filter the "empty" IDs. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 07:18:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2525425#M70599</guid>
      <dc:creator>Gwen</dc:creator>
      <dc:date>2022-05-19T07:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table with unique values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2525489#M70601</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291965" data-lia-user-login="Gwen" class="lia-mention lia-mention-user"&gt;Gwen&lt;/a&gt;&amp;nbsp;yes you can&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;NewTable =
FILTER (
    DISTINCT (
        SELECTCOLUMNS (
            People,
            "ID", People[ID],
            "Name", People[Name],
            "Rank", People[Rank]
        )
    ),
    [ID] &amp;lt;&amp;gt; BLANK ()
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 19 May 2022 07:32:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2525489#M70601</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-19T07:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a table with unique values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2525529#M70603</link>
      <description>&lt;P&gt;cool thank you. have a good day&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 07:39:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creation-of-a-table-with-unique-values/m-p/2525529#M70603</guid>
      <dc:creator>Gwen</dc:creator>
      <dc:date>2022-05-19T07:39:50Z</dc:date>
    </item>
  </channel>
</rss>

