<?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: If blank return a &amp;quot;text&amp;quot; in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774797#M86563</link>
    <description>&lt;P&gt;Hi&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;BR /&gt;&lt;BR /&gt;It works now. Thank you very much. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Sep 2022 04:16:32 GMT</pubDate>
    <dc:creator>third_hicana</dc:creator>
    <dc:date>2022-09-17T04:16:32Z</dc:date>
    <item>
      <title>If blank return a "text"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774763#M86553</link>
      <description>&lt;P class="lia-align-justify"&gt; Hi DAX Experts. Do you know what is wrong with my Dax formula. So here's the logical test.&lt;/P&gt;&lt;P&gt;1. If Resource List end date is today and prior,then it will return as "Contract End".&lt;/P&gt;&lt;P&gt;2. If Resource List end date is not today but on a later date and beyond, then return a text as "Ongoing"&lt;/P&gt;&lt;P&gt;3. If Resource List end date is blank, then return a text as also "Ongoing".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My error is if resource list end date is blank the return text is "Contract End" which is supposed to be "Ongoing".&lt;/P&gt;&lt;P&gt;Thank you for your help. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 03:08:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774763#M86553</guid>
      <dc:creator>third_hicana</dc:creator>
      <dc:date>2022-09-17T03:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: If blank return a "text"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774787#M86560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424059" data-lia-user-login="third_hicana" class="lia-mention lia-mention-user"&gt;third_hicana&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please compy/paste the formula so I can edit?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 04:03:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774787#M86560</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-17T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: If blank return a "text"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774790#M86561</link>
      <description>&lt;P&gt;Hi&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; Here it is. Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Resource Status = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Resource List'&lt;/SPAN&gt;&lt;SPAN&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Contract End"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Resource List'&lt;/SPAN&gt;&lt;SPAN&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Ongoing"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Ongoing"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Sep 2022 04:07:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774790#M86561</guid>
      <dc:creator>third_hicana</dc:creator>
      <dc:date>2022-09-17T04:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: If blank return a "text"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774795#M86562</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424059" data-lia-user-login="third_hicana" class="lia-mention lia-mention-user"&gt;third_hicana&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Resource Status =&lt;BR /&gt;IF (&lt;BR /&gt;COALESCE ( 'Resource List'[End Date], TODAY () ) &amp;lt; TODAY (),&lt;BR /&gt;"Contract End",&lt;BR /&gt;"Ongoing"&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 04:13:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774795#M86562</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-17T04:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: If blank return a "text"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774797#M86563</link>
      <description>&lt;P&gt;Hi&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;BR /&gt;&lt;BR /&gt;It works now. Thank you very much. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 04:16:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-blank-return-a-quot-text-quot/m-p/2774797#M86563</guid>
      <dc:creator>third_hicana</dc:creator>
      <dc:date>2022-09-17T04:16:32Z</dc:date>
    </item>
  </channel>
</rss>

