<?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: Fill a missing data in column  based on a value in another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/907030#M8544</link>
    <description>Hi&lt;BR /&gt;I did not creating measures but “new column “</description>
    <pubDate>Tue, 21 Jan 2020 20:15:09 GMT</pubDate>
    <dc:creator>DanielPasalic</dc:creator>
    <dc:date>2020-01-21T20:15:09Z</dc:date>
    <item>
      <title>Fill a missing data in column  based on a value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/904445#M8429</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;I have a table with ranking data for each product with the following information's&amp;nbsp;&lt;BR /&gt;- Segment&lt;BR /&gt;- Artnr.&lt;BR /&gt;- Article name&lt;BR /&gt;- Ranking position&lt;BR /&gt;- Country&lt;BR /&gt;- Region&lt;BR /&gt;- Sub-region&lt;BR /&gt;- Segment&lt;BR /&gt;And many other columns.&amp;nbsp;&lt;BR /&gt;In total 3 012 raws.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In another table, which is also ranking data but for the new period I don't have&lt;BR /&gt;- Art nr&lt;BR /&gt;- Article name&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Same information's between those two tables are:&lt;BR /&gt;- Country&lt;BR /&gt;- Region&lt;BR /&gt;- Subregion&lt;BR /&gt;- Segment&lt;BR /&gt;- and Segment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I can fill the columns with missing pieces of information (article number, article name) based on the &lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;same values in other columnes between those two tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 01:39:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/904445#M8429</guid>
      <dc:creator>DanielPasalic</dc:creator>
      <dc:date>2020-01-20T01:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fill a missing data in column  based on a value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/906473#M8517</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173543" data-lia-user-login="DanielPasalic" class="lia-mention lia-mention-user"&gt;DanielPasalic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;Create new column&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Art nr = LOOKUPVALUE('Table1'[Artnr],'Table1'[Segment],'Table2'[Segment],'Table1'[Country],'Table2'[Country])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;add other commmon field which you want to look up.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Similarly calculate Art name using above dax.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Jan 2020 11:18:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/906473#M8517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-21T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fill a missing data in column  based on a value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/906883#M8538</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did exactly after your recommendation but I get the same message: A table of multiple values was supplied where a single value was expected.&amp;nbsp;&lt;BR /&gt;Please find the photo attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't know what to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:47:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/906883#M8538</guid>
      <dc:creator>DanielPasalic</dc:creator>
      <dc:date>2020-01-21T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fill a missing data in column  based on a value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/906888#M8540</link>
      <description>I think you are creating measure instead of column.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Pravin&lt;BR /&gt;&lt;BR /&gt;If it resolves your problem mark it as a solution and give Kudos.</description>
      <pubDate>Tue, 21 Jan 2020 17:51:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/906888#M8540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-21T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fill a missing data in column  based on a value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/907030#M8544</link>
      <description>Hi&lt;BR /&gt;I did not creating measures but “new column “</description>
      <pubDate>Tue, 21 Jan 2020 20:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/907030#M8544</guid>
      <dc:creator>DanielPasalic</dc:creator>
      <dc:date>2020-01-21T20:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fill a missing data in column  based on a value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/907542#M8559</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173543" data-lia-user-login="DanielPasalic" class="lia-mention lia-mention-user"&gt;DanielPasalic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your attached screenshot is not clear.&lt;/P&gt;&lt;P&gt;Please check your Dax once again, may be somewhere you have not closed&amp;nbsp; any brackets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Art nr = LOOKUPVALUE('Table1'[Artnr],'Table1'[Segment],'Table2'[Segment],'Table1'[Country],'Table2'[Country])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;first check this much of dax and then try to add remaining columns.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 07:52:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-a-missing-data-in-column-based-on-a-value-in-another-column/m-p/907542#M8559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-22T07:52:42Z</dc:date>
    </item>
  </channel>
</rss>

