<?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: Kind of Vlookup in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4254526#M168534</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Easy indeed ! Many thanks for this. It works perfectly.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 13:53:51 GMT</pubDate>
    <dc:creator>Jay20024</dc:creator>
    <dc:date>2024-10-23T13:53:51Z</dc:date>
    <item>
      <title>Kind of Vlookup</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4253942#M168502</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to import data from a table to another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Got a table with components and related flavors&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;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And another one with flavors and related points&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Using Dax, I'd like to import the points to a new column either in the first table, either in a new table merging both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get this :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to sum the number of point based on the components list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4253942#M168502</guid>
      <dc:creator>Jay20024</dc:creator>
      <dc:date>2024-10-23T08:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of Vlookup</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4253993#M168506</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="816034" data-lia-user-login="Jay20024" class="lia-mention lia-mention-user"&gt;Jay20024&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are multiple ways to do so, like addiing a calculated column in table1 with such code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;column = 
LOOKUPVALUE(    
    Table2[Point],
    Table2[Flavor],
    Table1[Flavor]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if the tables are connected, it can be even simpler.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:56:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4253993#M168506</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2024-10-23T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of Vlookup</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4254526#M168534</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Easy indeed ! Many thanks for this. It works perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Kind-of-Vlookup/m-p/4254526#M168534</guid>
      <dc:creator>Jay20024</dc:creator>
      <dc:date>2024-10-23T13:53:51Z</dc:date>
    </item>
  </channel>
</rss>

