<?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: Creating Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893282#M93985</link>
    <description>&lt;P&gt;Really appreciate your help . Thanks worked .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 18:54:47 GMT</pubDate>
    <dc:creator>spandy34</dc:creator>
    <dc:date>2022-11-08T18:54:47Z</dc:date>
    <item>
      <title>Creating Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893079#M93964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a column called 'Needs Action' where a 1 is inserted if Scheduled Date field has a date in it and the Actual Date field is blank.&amp;nbsp; Can anyone tell me how I would do this please&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="301004" data-lia-user-login="goncalogeraldes" class="lia-mention lia-mention-user"&gt;goncalogeraldes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 17:15:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893079#M93964</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-11-08T17:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893108#M93966</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333315" data-lia-user-login="spandy34" class="lia-mention lia-mention-user"&gt;spandy34&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = IF( [ScheduledDate] &amp;lt;&amp;gt; BLANK() &amp;amp;&amp;amp; [ActualDate] = BLANK(),"Needs Action",BLANK())&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 08 Nov 2022 17:25:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893108#M93966</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-11-08T17:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893282#M93985</link>
      <description>&lt;P&gt;Really appreciate your help . Thanks worked .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 18:54:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Column/m-p/2893282#M93985</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-11-08T18:54:47Z</dc:date>
    </item>
  </channel>
</rss>

