<?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: Dax function to show value from a different line and column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/931554#M9565</link>
    <description>&lt;P&gt;Thank you for the answer!&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 10:11:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-13T10:11:51Z</dc:date>
    <item>
      <title>Dax function to show value from a different line and column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/930460#M9534</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In a table,&amp;nbsp; I would like to create a new column where it will show the value of an existing column [AnswerText] if my column [AnswerCode] is equal to "A1629032" and I want this value to be written in the same line as the [QuestionCode]="Q1228101"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basically, value in C3 should be written in D5 and D7 :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:11:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/930460#M9534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-12T16:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function to show value from a different line and column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/930634#M9541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this should calculate your column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NewColumn = if ('Table'[QuestionCode]="Q1228101", LOOKUPVALUE('Table'[AnswerText],'Table'[AnswerCode],"A1629032"))&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Jan&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Feb 2020 18:33:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/930634#M9541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-12T18:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dax function to show value from a different line and column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/931554#M9565</link>
      <description>&lt;P&gt;Thank you for the answer!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 10:11:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-function-to-show-value-from-a-different-line-and-column/m-p/931554#M9565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-13T10:11:51Z</dc:date>
    </item>
  </channel>
</rss>

