<?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: Help creating a table based on relationship within the table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522781#M29754</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273215" data-lia-user-login="kschimmo" class="lia-mention lia-mention-user"&gt;kschimmo&lt;/a&gt;&amp;nbsp;is this what you want?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 01:09:55 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2020-11-30T01:09:55Z</dc:date>
    <item>
      <title>Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522185#M29710</link>
      <description>&lt;P&gt;I am working with Jira data with Issue Links. The table provided from Jira with the issue links has the following data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Linked_Issues_Issues&lt;/TD&gt;&lt;TD&gt;Linked_Issues_Link_Type&lt;/TD&gt;&lt;TD&gt;Linked_Issues_Issue_Key&lt;/TD&gt;&lt;TD&gt;Linked_Issues_Direction&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;28274&lt;/TD&gt;&lt;TD&gt;46440&lt;/TD&gt;&lt;TD&gt;Relates&lt;/TD&gt;&lt;TD&gt;MDSUP-1090&lt;/TD&gt;&lt;TD&gt;Inward&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;28274&lt;/TD&gt;&lt;TD&gt;46407&lt;/TD&gt;&lt;TD&gt;Relates&lt;/TD&gt;&lt;TD&gt;MDSUP-1051&lt;/TD&gt;&lt;TD&gt;Outward&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;28275&lt;/TD&gt;&lt;TD&gt;46440&lt;/TD&gt;&lt;TD&gt;Relates&lt;/TD&gt;&lt;TD&gt;MDSUP-1090&lt;/TD&gt;&lt;TD&gt;Outward&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;28275&lt;/TD&gt;&lt;TD&gt;46441&lt;/TD&gt;&lt;TD&gt;Relates&lt;/TD&gt;&lt;TD&gt;MDSUP-1091&lt;/TD&gt;&lt;TD&gt;Inward&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 create a table that summarizes the associated links in a list for quick reference (and for query to see if particular projects are referenced). Want my results to look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Issue ID&lt;/TD&gt;&lt;TD&gt;Linked Issues&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;MDSUP-1090&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;MDSUP-1051, MDSUP-1091&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 22:43:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522185#M29710</guid>
      <dc:creator>kschimmo</dc:creator>
      <dc:date>2020-11-28T22:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522196#M29713</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273215" data-lia-user-login="kschimmo" class="lia-mention lia-mention-user"&gt;kschimmo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;What is the logic here? How would we know that MDSUP-1090 links to the other two? I can not tell from looking at your data&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 23:13:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522196#M29713</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2020-11-28T23:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522199#M29714</link>
      <description>&lt;P&gt;Thanks for the follow-up,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data between ID and Linked_Issues_Issues ran together which confuses the situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attaching an image of the file which separates it. In this you can see that the ID column shows the link to the other issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 23:22:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522199#M29714</guid>
      <dc:creator>kschimmo</dc:creator>
      <dc:date>2020-11-28T23:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522233#M29719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273215" data-lia-user-login="kschimmo" class="lia-mention lia-mention-user"&gt;kschimmo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Maybe I am over thinking this, would you expect your table to look like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="375"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="121"&gt;Issue ID&lt;/TD&gt;
&lt;TD width="254"&gt;Linked Issues&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;MDSUP-1051&lt;/TD&gt;
&lt;TD&gt;MDSUP-1090&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;MDSUP-1090&lt;/TD&gt;
&lt;TD&gt;MDSUP-1051, MDSUP-1091&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;MDSUP-1091&lt;/TD&gt;
&lt;TD&gt;MDSUP-1090&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;Nathaniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 01:02:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522233#M29719</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2020-11-29T01:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522239#M29721</link>
      <description>&lt;P&gt;Yes. That is the result I am looking for in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 02:14:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522239#M29721</guid>
      <dc:creator>kschimmo</dc:creator>
      <dc:date>2020-11-29T02:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522598#M29748</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273215" data-lia-user-login="kschimmo" class="lia-mention lia-mention-user"&gt;kschimmo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Still am over thinking it. Went down various paths. Calling for help from&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="106637" data-lia-user-login="jdbuchanan71" class="lia-mention lia-mention-user"&gt;jdbuchanan71&lt;/a&gt;&amp;nbsp;. John, figured that the logic is based on that each of these issues have an in / out. Tried various DAX, but the only thing that gets close is a NewTable with SUMMARIZECOLUMNS() and MIN()/MAX() to get both Issue IDS on the same row, so there is the link.&lt;BR /&gt;Here is my pbix, and took out all the relationships.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://1drv.ms/u/s!AgCd7AyfqZtE2VrhBg2SgGlvrpB_?e=qTwOVv" target="_self"&gt;https://1drv.ms/u/s!AgCd7AyfqZtE2VrhBg2SgGlvrpB_?e=qTwOVv&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Good Luck,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 18:44:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522598#M29748</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2020-11-29T18:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating a table based on relationship within the table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522781#M29754</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273215" data-lia-user-login="kschimmo" class="lia-mention lia-mention-user"&gt;kschimmo&lt;/a&gt;&amp;nbsp;is this what you want?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 01:09:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-creating-a-table-based-on-relationship-within-the-table/m-p/1522781#M29754</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-30T01:09:55Z</dc:date>
    </item>
  </channel>
</rss>

