<?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: Lookups in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599789#M18211</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99502"&gt;@Wecks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also&amp;nbsp;&lt;SPAN&gt;use Merge Queries (&lt;/SPAN&gt;&lt;A title="Table.NestedJoin" href="https://msdn.microsoft.com/en-us/query-bi/m/table-nestedjoin" target="_blank" rel="nofollow noopener noreferrer"&gt;Table.NestedJoin&lt;/A&gt;&lt;SPAN&gt;) in Query Editor.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 04:53:10 GMT</pubDate>
    <dc:creator>v-chuncz-msft</dc:creator>
    <dc:date>2019-01-14T04:53:10Z</dc:date>
    <item>
      <title>Lookups</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599061#M18197</link>
      <description>I have a report that has two tables. One of the tables has a column called PCNAME in the other table there is PC spec. I want to do a lookup on the spec column on table 2 where the PCNAME is the same. Can i do a lookup?</description>
      <pubDate>Fri, 11 Jan 2019 12:13:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599061#M18197</guid>
      <dc:creator>Wecks</dc:creator>
      <dc:date>2019-01-11T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599156#M18198</link>
      <description>&lt;P&gt;&lt;EM&gt;No Worries I Found the answer.&amp;nbsp; If anyone else is after somethign similar please see below.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOOKUPVALUE(Result_ColumnName,&amp;nbsp;Search_ColumnName1,&amp;nbsp;Search_Value1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Here,&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;Result_ColumnName = Name of the column which you want to show as an end result. In our case, we want to display the name of the Country from Master table.&lt;/LI&gt;&lt;LI&gt;Search_Column1 = Name of the column from where you want to find your keyword/string. In our case, we want to search the value of State from Master table.&lt;/LI&gt;&lt;LI&gt;Search_Value1 = Name of the column or value which you want to use as LookUpValue search. In our case, we want to search for the state in Employee Information table.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;In short, State from the Employee Information table will look into State from Master table and d&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 14:35:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599156#M18198</guid>
      <dc:creator>Wecks</dc:creator>
      <dc:date>2019-01-11T14:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599789#M18211</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99502"&gt;@Wecks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also&amp;nbsp;&lt;SPAN&gt;use Merge Queries (&lt;/SPAN&gt;&lt;A title="Table.NestedJoin" href="https://msdn.microsoft.com/en-us/query-bi/m/table-nestedjoin" target="_blank" rel="nofollow noopener noreferrer"&gt;Table.NestedJoin&lt;/A&gt;&lt;SPAN&gt;) in Query Editor.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 04:53:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/599789#M18211</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2019-01-14T04:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/600145#M18217</link>
      <description>I am intrigued on how this would work i dont suppose you have a small simple example i could peruse? Many thanks. Andy</description>
      <pubDate>Mon, 14 Jan 2019 13:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/600145#M18217</guid>
      <dc:creator>Wecks</dc:creator>
      <dc:date>2019-01-14T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/600957#M18227</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99502"&gt;@Wecks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data#combine-data" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data#combine-data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:02:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Lookups/m-p/600957#M18227</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2019-01-15T10:02:12Z</dc:date>
    </item>
  </channel>
</rss>

