<?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: Combine table A with diferent columns in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Combine-table-A-with-diferent-columns/m-p/1134311#M23970</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;, and welcome aboard &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As a heads-up, you'd be better asking questions like this on in the &lt;A href="https://community.powerbi.com/t5/Desktop/bd-p/power-bi-designer" target="_self"&gt;Desktop&lt;/A&gt; forum, as this particular forum is concerned with extending Power BI via code, and we don't get a lot of people hanging out in here. The Desktop forum has a lot more readily available support and youre likely to get much faster assistance.&lt;/P&gt;
&lt;P&gt;I'll answer this one for you here though.&lt;/P&gt;
&lt;P&gt;If both tables share the same granularity (i.e. one row per product per customer), then you should merge them when getting their data via Power Query into a single table.&amp;nbsp;I've mocked-up your data and attached a workbook for you to have a look at, but I'll do a quick walkthrough:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Source Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Here are the tables in Power Query:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 763px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286324i9265C3D905DDEA6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 762px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286326iFFA436658A14A3F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Merging Tables&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Select both tables with [Ctrl] + click and choose &lt;STRONG&gt;Merge Queries&lt;/STRONG&gt; &amp;gt;&amp;nbsp;&lt;STRONG&gt;Merge Queries as New&lt;/STRONG&gt;, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286328i1E21000209DDE948/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How you proceed next, is down to the data. I'm assuming that reporting events are driven by sales, so Table B is my 'left' table. In this scenario I want to keep all sales data and then find any rows in the Table A that have corresponding discounts. So, I add Table B to the top of the dialog and Table A to the bottom. These tables have ID.CUSTOMER and PRODUCT as common keys so I select them both (note the the order is important), and then select&amp;nbsp;&lt;STRONG&gt;Left Outer&lt;/STRONG&gt; as the join kind.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 701px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286332i15AAD5A9C6F800C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/how-to-change-joining-types-in-power-bi-and-power-query" target="_self"&gt;RADACAD has a great article for further reading&lt;/A&gt; on how to understand the table merging concepts further.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Getting Discount&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;We now have a new query in our list, with a slightly modified layout, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286341i6D360D322F8274B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;We'll now get the discount, by expanding the&amp;nbsp;&lt;STRONG&gt;Table B&amp;nbsp;&lt;/STRONG&gt;column and leaving&amp;nbsp;&lt;STRONG&gt;DISCOUNT&lt;/STRONG&gt; selected, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 363px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286342i02F19D5535D29289/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I've also opted not to use the orignal column name as a prefix.&lt;/P&gt;
&lt;P&gt;When I click&amp;nbsp;&lt;STRONG&gt;OK&lt;/STRONG&gt;, I'll get the column in my query, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 680px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286343i67A3D57A5953FCA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, now my table has my metrics in a common grain.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Tidying Up&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Now we've merged our tables, we need to ensure that our previous two tables don't end up in our report, as they are used to build our single reporting table.&lt;/P&gt;
&lt;P&gt;In the query editor, right-click on each and untick the&amp;nbsp;&lt;STRONG&gt;Enable load&lt;/STRONG&gt; option. This will update the query with an italicised font, indicating that it's for reference only, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 360px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286347i57E5017D566A0C78/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then, I'll just give my&amp;nbsp;&lt;STRONG&gt;Merge1&lt;/STRONG&gt; query a more sensible name, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 248px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286348iD6AAC66531E93DA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Just to sanity check my queries, I should see the following in my list:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 118px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286349iE43B38F1232BB596/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note that&amp;nbsp;&lt;EM&gt;Table A&lt;/EM&gt; and&amp;nbsp;&lt;EM&gt;Table B&lt;/EM&gt; are italicised, meaning that they aren't going to end up in the model, but our&amp;nbsp;&lt;EM&gt;Sales&lt;/EM&gt; table will.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Testing&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Now, I can&amp;nbsp;&lt;STRONG&gt;Close &amp;amp; Apply&lt;/STRONG&gt; my query and check my report, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 177px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286351iF8BCFA084049232F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And add these to a single table, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 395px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286352i6D9B8642B88D321E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Further Reading&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Where possible, try to look at your data and model it according to star schema design, as this will make your life much simpler &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;A href="https://docs.microsoft.com/en-us/power-bi/guidance/star-schema" target="_self"&gt;This article in the Power BI documentation is an excellent place to begin&lt;/A&gt;. Become familiar with the terminologies and concepts as these will be highly valuable to you, and not just for Power BI, but BI work in general.&lt;/P&gt;
&lt;P&gt;As mentioned above, I've attached the workbook from my example and you should be able to see it below the post.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 22:38:08 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2020-06-01T22:38:08Z</dc:date>
    <item>
      <title>Combine table A with diferent columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Combine-table-A-with-diferent-columns/m-p/1133261#M23963</link>
      <description>&lt;P&gt;I have two tables:&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;ID.CUSTOMER//PRODUCT//DISCOUNT&lt;/P&gt;&lt;P&gt;1 // P1 // 1,2%&lt;/P&gt;&lt;P&gt;1 // P2 // 12,3%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;ID.CUSTOMER//PRODUCT//SALES&lt;/P&gt;&lt;P&gt;1 // P1 // 100&lt;/P&gt;&lt;P&gt;1 // P2 // 200&lt;/P&gt;&lt;P&gt;1 // P3 // 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I display a Power bi result with this info:&lt;/P&gt;&lt;P&gt;ID.CUSTOMER//PRODUCT//DISCOUNT//SALES&lt;/P&gt;&lt;P&gt;1 // P1 // 1,2%//100&lt;/P&gt;&lt;P&gt;1 // P2 // 12,3%//200&lt;/P&gt;&lt;P&gt;1 // P3 // ____//300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main problem for me is because of P3 is not included i Table A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 13:17:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Combine-table-A-with-diferent-columns/m-p/1133261#M23963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-01T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Combine table A with diferent columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Combine-table-A-with-diferent-columns/m-p/1134311#M23970</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;, and welcome aboard &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As a heads-up, you'd be better asking questions like this on in the &lt;A href="https://community.powerbi.com/t5/Desktop/bd-p/power-bi-designer" target="_self"&gt;Desktop&lt;/A&gt; forum, as this particular forum is concerned with extending Power BI via code, and we don't get a lot of people hanging out in here. The Desktop forum has a lot more readily available support and youre likely to get much faster assistance.&lt;/P&gt;
&lt;P&gt;I'll answer this one for you here though.&lt;/P&gt;
&lt;P&gt;If both tables share the same granularity (i.e. one row per product per customer), then you should merge them when getting their data via Power Query into a single table.&amp;nbsp;I've mocked-up your data and attached a workbook for you to have a look at, but I'll do a quick walkthrough:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Source Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Here are the tables in Power Query:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 763px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286324i9265C3D905DDEA6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 762px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286326iFFA436658A14A3F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Merging Tables&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Select both tables with [Ctrl] + click and choose &lt;STRONG&gt;Merge Queries&lt;/STRONG&gt; &amp;gt;&amp;nbsp;&lt;STRONG&gt;Merge Queries as New&lt;/STRONG&gt;, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286328i1E21000209DDE948/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How you proceed next, is down to the data. I'm assuming that reporting events are driven by sales, so Table B is my 'left' table. In this scenario I want to keep all sales data and then find any rows in the Table A that have corresponding discounts. So, I add Table B to the top of the dialog and Table A to the bottom. These tables have ID.CUSTOMER and PRODUCT as common keys so I select them both (note the the order is important), and then select&amp;nbsp;&lt;STRONG&gt;Left Outer&lt;/STRONG&gt; as the join kind.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 701px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286332i15AAD5A9C6F800C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/how-to-change-joining-types-in-power-bi-and-power-query" target="_self"&gt;RADACAD has a great article for further reading&lt;/A&gt; on how to understand the table merging concepts further.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Getting Discount&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;We now have a new query in our list, with a slightly modified layout, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286341i6D360D322F8274B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;We'll now get the discount, by expanding the&amp;nbsp;&lt;STRONG&gt;Table B&amp;nbsp;&lt;/STRONG&gt;column and leaving&amp;nbsp;&lt;STRONG&gt;DISCOUNT&lt;/STRONG&gt; selected, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 363px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286342i02F19D5535D29289/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I've also opted not to use the orignal column name as a prefix.&lt;/P&gt;
&lt;P&gt;When I click&amp;nbsp;&lt;STRONG&gt;OK&lt;/STRONG&gt;, I'll get the column in my query, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 680px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286343i67A3D57A5953FCA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, now my table has my metrics in a common grain.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Tidying Up&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Now we've merged our tables, we need to ensure that our previous two tables don't end up in our report, as they are used to build our single reporting table.&lt;/P&gt;
&lt;P&gt;In the query editor, right-click on each and untick the&amp;nbsp;&lt;STRONG&gt;Enable load&lt;/STRONG&gt; option. This will update the query with an italicised font, indicating that it's for reference only, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 360px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286347i57E5017D566A0C78/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then, I'll just give my&amp;nbsp;&lt;STRONG&gt;Merge1&lt;/STRONG&gt; query a more sensible name, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 248px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286348iD6AAC66531E93DA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Just to sanity check my queries, I should see the following in my list:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 118px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286349iE43B38F1232BB596/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note that&amp;nbsp;&lt;EM&gt;Table A&lt;/EM&gt; and&amp;nbsp;&lt;EM&gt;Table B&lt;/EM&gt; are italicised, meaning that they aren't going to end up in the model, but our&amp;nbsp;&lt;EM&gt;Sales&lt;/EM&gt; table will.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Testing&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Now, I can&amp;nbsp;&lt;STRONG&gt;Close &amp;amp; Apply&lt;/STRONG&gt; my query and check my report, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 177px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286351iF8BCFA084049232F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And add these to a single table, e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 395px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/286352i6D9B8642B88D321E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Further Reading&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Where possible, try to look at your data and model it according to star schema design, as this will make your life much simpler &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;A href="https://docs.microsoft.com/en-us/power-bi/guidance/star-schema" target="_self"&gt;This article in the Power BI documentation is an excellent place to begin&lt;/A&gt;. Become familiar with the terminologies and concepts as these will be highly valuable to you, and not just for Power BI, but BI work in general.&lt;/P&gt;
&lt;P&gt;As mentioned above, I've attached the workbook from my example and you should be able to see it below the post.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 22:38:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Combine-table-A-with-diferent-columns/m-p/1134311#M23970</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-06-01T22:38:08Z</dc:date>
    </item>
  </channel>
</rss>

