<?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: Evaluation by Ranges of 2 different tables and that shows the value of a field, if it is true? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2711499#M82394</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can have new column in table A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maxx(filter(Table2, table1[ETHNICORIGINGID]&amp;nbsp; = Table2[ETHNICORIGINGID] &amp;amp;&amp;amp; table1[EFICIENCIATRABAJADOR]&amp;nbsp; &amp;gt;= Table2[FROMVALUE]&amp;nbsp; &amp;amp;&amp;amp; table1[EFICIENCIATRABAJADOR]&amp;nbsp; &amp;lt;= Table2[TOVALUE]&amp;nbsp; ), Table1[VALUECLASIFICATION])&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 04:32:02 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-08-19T04:32:02Z</dc:date>
    <item>
      <title>Evaluation by Ranges of 2 different tables and that shows the value of a field, if it is true?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2710614#M82311</link>
      <description>&lt;P&gt;Good afternoon, greetings to the entire community, I am new to Power Bi and I am adapting, in this case I have 2 tables, of which&lt;BR /&gt;I have to evaluate certain values ​​in range, I explain myself better:&lt;/P&gt;&lt;P&gt;In the First Table "CAPI_LogRouteJournalTrans" I have 2 values:&lt;/P&gt;&lt;P&gt;a. ETHNICORIGINGID&lt;BR /&gt;b. EFICIENCIATRABAJADOR&lt;/P&gt;&lt;P&gt;that must be evaluated and compared with the "HCMETHNICORIGINCOMPLEMENT" table, the values ​​to be evaluated are 3:&lt;/P&gt;&lt;P&gt;a.ETHNICORIGINGID&lt;BR /&gt;b.FROMVALUE&lt;BR /&gt;C.TOVALUE&lt;BR /&gt;D. VALUECLASIFICATION&lt;/P&gt;&lt;P&gt;AT THE FIRST TABLE IT IS NECESSARY TO EVALUATE THE POINTS a AND b, COMPARE THEM WITH THE RANGES OF FROMVALUE AND TOVALUE AND ETHNICORIGINID THEN SHOW ME ACCORDING TO THE RANGE THE FIELD D. VALUECLASSIFICATION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Please I need guidance, what kind of formula should I use? in order to have the desired results, many thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 18:00:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2710614#M82311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-18T18:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluation by Ranges of 2 different tables and that shows the value of a field, if it is true?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2711499#M82394</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can have new column in table A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maxx(filter(Table2, table1[ETHNICORIGINGID]&amp;nbsp; = Table2[ETHNICORIGINGID] &amp;amp;&amp;amp; table1[EFICIENCIATRABAJADOR]&amp;nbsp; &amp;gt;= Table2[FROMVALUE]&amp;nbsp; &amp;amp;&amp;amp; table1[EFICIENCIATRABAJADOR]&amp;nbsp; &amp;lt;= Table2[TOVALUE]&amp;nbsp; ), Table1[VALUECLASIFICATION])&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 04:32:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2711499#M82394</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-08-19T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluation by Ranges of 2 different tables and that shows the value of a field, if it is true?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2713116#M82478</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much, I am attaching the result, honestly I am very impressed and surprised, I had been trying to do this for many days.&lt;BR /&gt;I did the power bi course but they didn't explain DAX to us in depth, could you please recommend a DAX course or some material that I can consult? Thank you again...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 16:44:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Evaluation-by-Ranges-of-2-different-tables-and-that-shows-the/m-p/2713116#M82478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-19T16:44:33Z</dc:date>
    </item>
  </channel>
</rss>

