<?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 &amp;quot;True&amp;quot; or &amp;quot;False&amp;quot; response validation column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/quot-True-quot-or-quot-False-quot-response-validation-column/m-p/1090529#M15755</link>
    <description>&lt;P&gt;Any solution in Excel or Power BI that can insert a "True" or "False" response validation column after comparing data from table 1 with rows in table 2 (agent_id column), the only one using the data in table 1 is within the data range of table 2 (data table 1&amp;gt; = start_data and &amp;lt;= end_date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 01:06:43 GMT</pubDate>
    <dc:creator>admfabiomachado</dc:creator>
    <dc:date>2020-05-15T01:06:43Z</dc:date>
    <item>
      <title>"True" or "False" response validation column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/quot-True-quot-or-quot-False-quot-response-validation-column/m-p/1090529#M15755</link>
      <description>&lt;P&gt;Any solution in Excel or Power BI that can insert a "True" or "False" response validation column after comparing data from table 1 with rows in table 2 (agent_id column), the only one using the data in table 1 is within the data range of table 2 (data table 1&amp;gt; = start_data and &amp;lt;= end_date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 01:06:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/quot-True-quot-or-quot-False-quot-response-validation-column/m-p/1090529#M15755</guid>
      <dc:creator>admfabiomachado</dc:creator>
      <dc:date>2020-05-15T01:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: "True" or "False" response validation column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/quot-True-quot-or-quot-False-quot-response-validation-column/m-p/1090570#M15757</link>
      <description>&lt;P&gt;Try this expression in your calculated column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Valid = var startdate = LOOKUPVALUE(Tabela_2[data_inicio]), Tabela_2[id_agente], Tabela_1[id_agente])&lt;/P&gt;&lt;P&gt;var enddate = LOOKUPVALUE(Tabela_2[data_fim]), Tabela_2[id_agente], Tabela_1[id_agente])&lt;/P&gt;&lt;P&gt;return if(and(Tabela_1[data]&amp;lt;= enddate, Tabela_1[data]&amp;gt;=startdate), "True", "False")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solution works for you, please mark it as the solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 01:45:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/quot-True-quot-or-quot-False-quot-response-validation-column/m-p/1090570#M15757</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-05-15T01:45:52Z</dc:date>
    </item>
  </channel>
</rss>

