<?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: Populating rows with missing information in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493192#M28728</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269265" data-lia-user-login="Andrewutter12" class="lia-mention lia-mention-user"&gt;Andrewutter12&lt;/a&gt;&amp;nbsp;can add a calculated column in the table&amp;nbsp;&lt;/P&gt;&lt;P&gt;=concatenatex(filter(table,table[invoice #]=earlier(table[invoice #])),table[project path #],",")&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 15:47:31 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2020-11-13T15:47:31Z</dc:date>
    <item>
      <title>Populating rows with missing information</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493142#M28725</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I have a table called debtors in my PowerBI report. This shows both sales journal and cash receipt journal both of which have the same unique invoice #. There is also a column that has a project path #. My issue is that the project path # only shows on the rows that are cash receipts and not sales journal. I need to show the project path # on the sales journal row item.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoice #&amp;nbsp;&amp;nbsp; Journal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project Path #&lt;/P&gt;&lt;P&gt;38010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SJ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $5000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blank&lt;/P&gt;&lt;P&gt;38010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( $5000 )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17-20675&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoice #&amp;nbsp;&amp;nbsp; Journal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project Path #&lt;/P&gt;&lt;P&gt;38010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SJ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $5000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17-20675&lt;/P&gt;&lt;P&gt;38010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( $5000 )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17-20675&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any dax formula I can create to achieve my desired result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 15:12:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493142#M28725</guid>
      <dc:creator>Andrewutter12</dc:creator>
      <dc:date>2020-11-13T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Populating rows with missing information</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493192#M28728</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269265" data-lia-user-login="Andrewutter12" class="lia-mention lia-mention-user"&gt;Andrewutter12&lt;/a&gt;&amp;nbsp;can add a calculated column in the table&amp;nbsp;&lt;/P&gt;&lt;P&gt;=concatenatex(filter(table,table[invoice #]=earlier(table[invoice #])),table[project path #],",")&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 15:47:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493192#M28728</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-13T15:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Populating rows with missing information</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493300#M28739</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269265" data-lia-user-login="Andrewutter12" class="lia-mention lia-mention-user"&gt;Andrewutter12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another solution with power query:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.myexcelonline.com/blog/fill-values-using-power-query/" target="_blank"&gt;https://www.myexcelonline.com/blog/fill-values-using-power-query/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 16:48:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Populating-rows-with-missing-information/m-p/1493300#M28739</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-11-13T16:48:48Z</dc:date>
    </item>
  </channel>
</rss>

