<?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: Generating pairs of names in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455877#M131728</link>
    <description>&lt;LI-CODE lang="markup"&gt;We have a list of 40 team members, each month I am wanting to pair all the people in the list up (coffee roulette) and I don't want any duplicates in subseqent pairings. People may be added and removed month to month&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data &lt;STRONG&gt;that fully covers your issue&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2023 11:56:39 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-10-02T11:56:39Z</dc:date>
    <item>
      <title>Generating pairs of names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3454878#M131677</link>
      <description>&lt;P&gt;We have a list of 40 team members, each month I am wanting to pair all the people in the list up (coffee roulette) and I don't want any duplicates in subseqent pairings. People may be added and removed month to month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been searching Google, this community, trying Chat GPT but so far have not gotten close to how it could be done.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 06:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3454878#M131677</guid>
      <dc:creator>CHCHJOSIE</dc:creator>
      <dc:date>2023-10-01T06:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Generating pairs of names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455178#M131691</link>
      <description>&lt;P&gt;Sounds like a standard cross join with a couple excepts thrown in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue. &lt;BR /&gt;If you are unsure how to do that please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;If you want to get answers faster please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 21:39:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455178#M131691</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-10-01T21:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generating pairs of names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455209#M131695</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;, Thanks for your response. I should have clarified further. At the moment I have 2 &lt;STRONG&gt;Smartsheets&lt;/STRONG&gt;, 1 which has the list of names and the other which has the pairings that have already occurred (not sure if I need the second sheet).&lt;/P&gt;&lt;P&gt;Sheet 1 is called&amp;nbsp;&lt;STRONG&gt;Members&amp;nbsp;&lt;/STRONG&gt; and just has the names -&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Bob Jones&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cathy Smith&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Lisa Simpson&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah Turner&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Scott Swift&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mark Jones&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tim Kitchen&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Peter Robins&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Francis Banks&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Amy Ocean&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;* fake names &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sheet 2 is called&amp;nbsp;&lt;STRONG&gt;Matchings&lt;/STRONG&gt; and has previous pairings -&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Bob Jones&lt;/TD&gt;&lt;TD&gt;Cathy Smith&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Lisa Simpson&lt;/TD&gt;&lt;TD&gt;Sarah Turner&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Scott Swift&lt;/TD&gt;&lt;TD&gt;Mark Jones&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tim Kitchen&lt;/TD&gt;&lt;TD&gt;Peter Robins&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Francis Banks&lt;/TD&gt;&lt;TD&gt;Amy Ocean&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to generate new pairings taking into account previous pairings so there are no duplicates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 22:15:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455209#M131695</guid>
      <dc:creator>CHCHJOSIE</dc:creator>
      <dc:date>2023-10-01T22:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Generating pairs of names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455877#M131728</link>
      <description>&lt;LI-CODE lang="markup"&gt;We have a list of 40 team members, each month I am wanting to pair all the people in the list up (coffee roulette) and I don't want any duplicates in subseqent pairings. People may be added and removed month to month&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data &lt;STRONG&gt;that fully covers your issue&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 11:56:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generating-pairs-of-names/m-p/3455877#M131728</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-10-02T11:56:39Z</dc:date>
    </item>
  </channel>
</rss>

