<?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: Get column from another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2805797#M88480</link>
    <description>&lt;P&gt;But if I have multiple Programme Names for one Project, I'm getting only one Programme Name. I need to show either all Programme Names under that Project or simply show '-' for the Project.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 09:38:00 GMT</pubDate>
    <dc:creator>srivallyk</dc:creator>
    <dc:date>2022-09-29T09:38:00Z</dc:date>
    <item>
      <title>Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2777244#M86732</link>
      <description>&lt;P&gt;Hi Experts,&lt;BR /&gt;&lt;BR /&gt;I have a scenario like need to retrieve a column from one table to other table which we do not have any relation among each tables.&lt;BR /&gt;Can anyone help me on this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Srivally&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 09:45:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2777244#M86732</guid>
      <dc:creator>srivallyk</dc:creator>
      <dc:date>2022-09-19T09:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2777344#M86741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="443863" data-lia-user-login="srivallyk" class="lia-mention lia-mention-user"&gt;srivallyk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please provide more information.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 10:08:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2777344#M86741</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-19T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2777469#M86759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, I have attached the data model.&lt;BR /&gt;Here I want ProgrammeName from Programme Table&amp;nbsp; to Project Table.&lt;BR /&gt;&lt;A href="https://www.dropbox.com/s/tm3orr9kpqvlatt/Test.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/tm3orr9kpqvlatt/Test.pbix?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 11:28:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2777469#M86759</guid>
      <dc:creator>srivallyk</dc:creator>
      <dc:date>2022-09-19T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2778286#M86846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="443863" data-lia-user-login="srivallyk" class="lia-mention lia-mention-user"&gt;srivallyk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sorry, seems somehow I missed your reply. Apologies for the late response. Please use&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Program Name = 
VAR T1 = ADDCOLUMNS ( 'Project Programme', "@ProgramName", RELATED ( Programme[ProgrammeName] ) )
VAR T2 = FILTER ( T1, 'Project Programme'[ProgrammeKey] = Project[ProjectKey] )
RETURN
    MAXX ( T2, [@ProgramName] )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 19 Sep 2022 16:44:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2778286#M86846</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-19T16:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2805797#M88480</link>
      <description>&lt;P&gt;But if I have multiple Programme Names for one Project, I'm getting only one Programme Name. I need to show either all Programme Names under that Project or simply show '-' for the Project.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 09:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2805797#M88480</guid>
      <dc:creator>srivallyk</dc:creator>
      <dc:date>2022-09-29T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2805877#M88492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="443863" data-lia-user-login="srivallyk" class="lia-mention lia-mention-user"&gt;srivallyk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please update the sample file to reflect the same and share it with me.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 09:54:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2805877#M88492</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-29T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2806217#M88514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;attached is the link for the file.&lt;BR /&gt;&lt;A href="https://www.dropbox.com/s/3jrlh7un2ev3hgd/Test_Card.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/3jrlh7un2ev3hgd/Test_Card.pbix?dl=0&lt;/A&gt;&lt;BR /&gt;Here in the attached data model, relationships are not created because it cannot be created originally there are other datasets which I have not included.&amp;nbsp;&lt;BR /&gt;If I select Project from the slicer, respective Programe and Legal Name should dispaly under respective cards. If I have multiple program/Legal Name under one Project selection, it should display '-' in card.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 11:22:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2806217#M88514</guid>
      <dc:creator>srivallyk</dc:creator>
      <dc:date>2022-09-29T11:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get column from another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2806450#M88550</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="443863" data-lia-user-login="srivallyk" class="lia-mention lia-mention-user"&gt;srivallyk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I can see that you've already done that successfully. Am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:49:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-column-from-another-table/m-p/2806450#M88550</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-29T12:49:25Z</dc:date>
    </item>
  </channel>
</rss>

