<?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: VLOOK or similar in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3077606#M107058</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="491805" data-lia-user-login="SamaS" class="lia-mention lia-mention-user"&gt;SamaS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I hope this is what you're looking for.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Pre3_Consigne brasseur sup COMP 1 2_Recette (RPM) = 
CALCULATE (
    MAX ( T_PRE3_Recette1[Valeur] ),
    FILTER (
        T_PRE3_Recette1,
        T_PRE3_Recette1[Parametre 1] = "Pre3_Consigne brasseur sup COMP 12_ Recette (RPM)"
            &amp;amp;&amp;amp; T_PRE3_Recette1[Recette] = EARLIER ( T_PRE3_Recette1[Recette] )
    )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 13 Feb 2023 11:16:00 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-02-13T11:16:00Z</dc:date>
    <item>
      <title>VLOOK or similar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3072175#M106688</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am working on Power BI and specifically on its language. Today I have a small issue with identifying a value. To contextualize the situation, in my company each item has its own recipe, meaning its list of parameters to follow for the machine to work properly. I therefore have a huge file with each item's different parameters. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to enter a DAX function that would allow me to see the value of the parameter as soon as I click on one of the items, and therefore have a column for each parameter. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The idea would then be to compare the parameter with its measurement. For example, for item 1, we must heat oven 2 to 130°, this column will be dynamic, that is to say if I click on item 2 the oven temperature may be 145°, each column will have its own parameter. The idea afterwards will be to create a column that compares the parameter with its measurement to identify potential inconsistencies or malfunctions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lo,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 14:51:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3072175#M106688</guid>
      <dc:creator>SamaS</dc:creator>
      <dc:date>2023-02-09T14:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: VLOOK or similar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3072532#M106710</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="491805" data-lia-user-login="SamaS" class="lia-mention lia-mention-user"&gt;SamaS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How does your data look like? Provide more information and perhaps screenshots of the data model along with the relationships along with some examples of the expected results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 16:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3072532#M106710</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-09T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: VLOOK or similar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3074666#M106859</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Sorry in advance, the report is in French. The idea is that the last column displays the value of the 4th column "valeur", following the selected "recipe" column 1, I am going to build a column for each "parametre" for example here the column: "Pre3_consigne brasseur sup COMP1 2_Recette (RPM). Regarding the script I am using Pre3_Consigne brasseur sup COMP 1 2_Recette (RPM) = CALCULATE( MAX(T_PRE3_Recette1[Value]), FILTER( T_PRE3_Recette1, T_PRE3_Recette1[Parametre 1] = "Pre3_Consigne brasseur sup COMP 1 2_Recette (RPM)" &amp;amp;&amp;amp; T_PRE3_Recette1[Recette] = [Recette]&lt;/P&gt;&lt;P&gt;)). The problem is that the column only displays the max value for the parameter "Pre3_Consigne brasseur sup COMP 1 2_Recette (RPM)", and does not adapt to the "recette" column, the column is fixed and for the visuals it poses problems.&amp;nbsp;"parametre" and "parametre1" are 2 identical columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 13:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3074666#M106859</guid>
      <dc:creator>SamaS</dc:creator>
      <dc:date>2023-02-10T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: VLOOK or similar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3077606#M107058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="491805" data-lia-user-login="SamaS" class="lia-mention lia-mention-user"&gt;SamaS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I hope this is what you're looking for.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Pre3_Consigne brasseur sup COMP 1 2_Recette (RPM) = 
CALCULATE (
    MAX ( T_PRE3_Recette1[Valeur] ),
    FILTER (
        T_PRE3_Recette1,
        T_PRE3_Recette1[Parametre 1] = "Pre3_Consigne brasseur sup COMP 12_ Recette (RPM)"
            &amp;amp;&amp;amp; T_PRE3_Recette1[Recette] = EARLIER ( T_PRE3_Recette1[Recette] )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 13 Feb 2023 11:16:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/VLOOK-or-similar/m-p/3077606#M107058</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-13T11:16:00Z</dc:date>
    </item>
  </channel>
</rss>

