<?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: How to Get lookup name instead of lookup ID in Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353471#M25593</link>
    <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;- You need to bring in the "Account" entity then into your data model or merge it in Power Query. Are these the standard Contact and Account entities in CRM or something custom?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 04:52:02 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-09-08T04:52:02Z</dc:date>
    <item>
      <title>How to Get lookup name instead of lookup ID in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1350935#M25577</link>
      <description>&lt;P&gt;I'm linking D365 CRM online with the power BI.&lt;/P&gt;&lt;P&gt;How do i get he lookup name instead of the ID?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HimaM_1-1599461794732.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/350061iCE3EF00B36BE4700/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HimaM_1-1599461794732.png" alt="HimaM_1-1599461794732.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 06:57:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1350935#M25577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-07T06:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get lookup name instead of lookup ID in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1351353#M25580</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Not clear about your question. Provide some sample data and the expected result with more and clear explanation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;If my answer was helpful, please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt; to help the other members find it&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Click on the &lt;STRONG&gt;Thumbs-Up icon &lt;/STRONG&gt;if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;&lt;FONT color="blue"&gt;YouTube&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; &lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;&lt;FONT color="blue"&gt;LinkedIn&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 08:35:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1351353#M25580</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-09-07T08:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get lookup name instead of lookup ID in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1352669#M25591</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;- So most likely you will need to bring in whatever entity that is what _vssm_company_value is pointing to. What entity is this data from? (what you are showing below)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 19:42:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1352669#M25591</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-09-07T19:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get lookup name instead of lookup ID in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353465#M25592</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a "Contact"(new_contact) entity in which there is a field "Account"(new_account) which is a lookup field.&lt;/P&gt;&lt;P&gt;Now when i create a report i get the ID of the account field(&lt;SPAN&gt;_vssm_account_value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Need to get the Account Name instead of the Account Id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 04:48:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353465#M25592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-08T04:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get lookup name instead of lookup ID in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353471#M25593</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;- You need to bring in the "Account" entity then into your data model or merge it in Power Query. Are these the standard Contact and Account entities in CRM or something custom?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 04:52:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353471#M25593</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-09-08T04:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get lookup name instead of lookup ID in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353663#M25594</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;These entities are out of box enities also we have custom entities as well from which we need to get the values.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 06:10:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Get-lookup-name-instead-of-lookup-ID-in-Power-BI/m-p/1353663#M25594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-08T06:10:06Z</dc:date>
    </item>
  </channel>
</rss>

