<?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: New column with IF THEN ELSE with OR &amp;amp; AND in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803306#M38050</link>
    <description>&lt;P&gt;power query or dax?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 18:43:24 GMT</pubDate>
    <dc:creator>HotChilli</dc:creator>
    <dc:date>2021-04-23T18:43:24Z</dc:date>
    <item>
      <title>New column with IF THEN ELSE with OR &amp; AND</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803298#M38048</link>
      <description>&lt;P&gt;Hi all - trying to fill with a new column using the following formula - shows no initial syntax errors but errors at run time:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if [Status] = "A" or "INTL" or "F"&lt;/P&gt;&lt;P&gt;&amp;nbsp; and [Status Date] &amp;lt; 04/01/2021&lt;/P&gt;&lt;P&gt;&amp;nbsp; then "Yes"&lt;/P&gt;&lt;P&gt;else&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if [Status]&amp;nbsp; = "T" and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;[Status Date] &amp;gt;= 03/01/2021&lt;/P&gt;&lt;P&gt;then "Yes"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;else "No"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 18:38:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803298#M38048</guid>
      <dc:creator>DjDon</dc:creator>
      <dc:date>2021-04-23T18:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: New column with IF THEN ELSE with OR &amp; AND</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803306#M38050</link>
      <description>&lt;P&gt;power query or dax?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 18:43:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803306#M38050</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-04-23T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: New column with IF THEN ELSE with OR &amp; AND</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803310#M38051</link>
      <description>&lt;P&gt;power query i believe&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 18:45:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803310#M38051</guid>
      <dc:creator>DjDon</dc:creator>
      <dc:date>2021-04-23T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: New column with IF THEN ELSE with OR &amp; AND</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803321#M38052</link>
      <description>&lt;P&gt;With challenges like this, reduce the query to something simple that works, e.g. if [Status] = "INTL" then "y" else "n"&lt;/P&gt;
&lt;P&gt;- then add something in which gets a bit closer to the final version.&amp;nbsp; If it breaks, investigate that.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 18:55:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-column-with-IF-THEN-ELSE-with-OR-amp-AND/m-p/1803321#M38052</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-04-23T18:55:31Z</dc:date>
    </item>
  </channel>
</rss>

