<?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 Power BI &amp;amp; Dynamics CRM - Merge Columns in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209459#M6615</link>
    <description>&lt;P&gt;I'm using Dynamics CRM as my data source and creating a report of Won Opportunities. In CRM there is a pre-determined list of products (Products Table) and there is also the ability to use 'written-in' products (Opportunity Products Table). I need to be able to create a column/table which just contains the contents of both of these tables as, for some reason, the relationship between the two will not allow me to show them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Products[name]&lt;/P&gt;&lt;P&gt;Opportunityproducts[description]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think I can't just use merge or append as the two source tables contain different columns and when I tried this it just never completes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 08:46:57 GMT</pubDate>
    <dc:creator>mbrawn</dc:creator>
    <dc:date>2017-07-11T08:46:57Z</dc:date>
    <item>
      <title>Power BI &amp; Dynamics CRM - Merge Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209459#M6615</link>
      <description>&lt;P&gt;I'm using Dynamics CRM as my data source and creating a report of Won Opportunities. In CRM there is a pre-determined list of products (Products Table) and there is also the ability to use 'written-in' products (Opportunity Products Table). I need to be able to create a column/table which just contains the contents of both of these tables as, for some reason, the relationship between the two will not allow me to show them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Products[name]&lt;/P&gt;&lt;P&gt;Opportunityproducts[description]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think I can't just use merge or append as the two source tables contain different columns and when I tried this it just never completes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 08:46:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209459#M6615</guid>
      <dc:creator>mbrawn</dc:creator>
      <dc:date>2017-07-11T08:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI &amp; Dynamics CRM - Merge Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209713#M6620</link>
      <description>&lt;P&gt;If Append in Power Query is not working, you could try a UNION DAX function like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;MyTable = UNION(DISTINCT(Sales[ItemDesc]),DISTINCT(Tickets[status]))&lt;/PRE&gt;&lt;P&gt;This would be a New Table formula.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:22:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209713#M6620</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2017-07-11T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI &amp; Dynamics CRM - Merge Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209774#M6621</link>
      <description>&lt;P&gt;Perfect thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to work out how to link this to the existing tables so I can use the column in my report but that's a separate issue for me to work out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:35:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-amp-Dynamics-CRM-Merge-Columns/m-p/209774#M6621</guid>
      <dc:creator>mbrawn</dc:creator>
      <dc:date>2017-07-11T14:35:39Z</dc:date>
    </item>
  </channel>
</rss>

