<?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: My column isn't returning a value has it should in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4124840#M163785</link>
    <description>&lt;P&gt;The text still isn't showing.&amp;nbsp; Could it be a setting somewhere?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2024 10:29:38 GMT</pubDate>
    <dc:creator>lynnzrae</dc:creator>
    <dc:date>2024-08-29T10:29:38Z</dc:date>
    <item>
      <title>My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4120768#M163600</link>
      <description>&lt;P&gt;I have the following column command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To my knowledge, the way it is written, if the criteria is not met (in the command), my return value should be not expired.&amp;nbsp; Therefore in this column there should either be an "expired," or "not expired," value.&amp;nbsp; However, as you can see I am getting blanks where it should state "not expired." How do I need to adjust my command to get the value "not expired" to return when the "expired" criteria is not met?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Permit Start Date Expiration =&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;( TPermitExpiration[Permit Construction Start Date] &amp;lt; TPermitExpiration[Construction Work Commenced Date])&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || (&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ISBLANK ( TPermitExpiration[Construction Work Commenced Date] )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp; TPermitExpiration[Permit Construction Start Date] &amp;lt; TODAY()&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"Expired",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"Not Expired"&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Construction Work Commenced Date&lt;/TD&gt;&lt;TD&gt;Permit Start Date Expiration in 180 Days&lt;/TD&gt;&lt;TD&gt;Permit Start Date Expiration&lt;/TD&gt;&lt;TD&gt;Permit Construction End Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Nearing Expiration&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;11/1/2024&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Safe From Expiration&lt;/TD&gt;&lt;TD&gt;7/20/2028&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Safe From Expiration&lt;/TD&gt;&lt;TD&gt;4/19/2028&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/2022&lt;/TD&gt;&lt;TD&gt;Safe From Expiration&lt;/TD&gt;&lt;TD&gt;5/19/2027&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 27 Aug 2024 12:54:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4120768#M163600</guid>
      <dc:creator>lynnzrae</dc:creator>
      <dc:date>2024-08-27T12:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4121069#M163612</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="742052" data-lia-user-login="lynnzrae" class="lia-mention lia-mention-user"&gt;lynnzrae&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;have you already tried like this?&lt;BR /&gt;&lt;BR /&gt;IF(&lt;BR /&gt;OR(&lt;BR /&gt;TPermitExpiration[Permit Construction Start Date] &amp;lt; TPermitExpiration[Construction Work Commenced Date],&lt;BR /&gt;AND(&lt;BR /&gt;ISBLANK(TPermitExpiration[Construction Work Commenced Date]), &lt;BR /&gt;TPermitExpiration[Permit Construction Start Date] &amp;lt; TODAY()&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;"Expired",&lt;BR /&gt;"Not Expired"&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 15:41:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4121069#M163612</guid>
      <dc:creator>Gabry</dc:creator>
      <dc:date>2024-08-27T15:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4121224#M163623</link>
      <description>&lt;P&gt;unfortunately it is still showing as blank.&amp;nbsp; Although in either formulas it will filter as not expired&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 17:13:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4121224#M163623</guid>
      <dc:creator>lynnzrae</dc:creator>
      <dc:date>2024-08-27T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4122217#M163672</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="742052" data-lia-user-login="lynnzrae" class="lia-mention lia-mention-user"&gt;lynnzrae&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the screenshot.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the output you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 07:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4122217#M163672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-28T07:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4122728#M163689</link>
      <description>&lt;P&gt;Yes it is.&amp;nbsp; I got the text "Expired" but I do not get the text "Not Expired."&amp;nbsp; I can't see how your formula is different than what I provided.&amp;nbsp; What did you do differently to get the "Not Expired?"&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 12:09:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4122728#M163689</guid>
      <dc:creator>lynnzrae</dc:creator>
      <dc:date>2024-08-28T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4123896#M163755</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="742052" data-lia-user-login="lynnzrae" class="lia-mention lia-mention-user"&gt;lynnzrae&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the attachment. Hope it helps.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
IF(
   ( TPermitExpiration[Permit Start Date Expiration] &amp;lt; TPermitExpiration[Construction Work Commenced Date])
        || (
            ISBLANK ( TPermitExpiration[Construction Work Commenced Date] )
                &amp;amp;&amp;amp; TPermitExpiration[Permit Start Date Expiration] &amp;lt; TODAY()
           ),
             "Expired",
             "Not Expired"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 02:31:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4123896#M163755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-29T02:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4124840#M163785</link>
      <description>&lt;P&gt;The text still isn't showing.&amp;nbsp; Could it be a setting somewhere?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 10:29:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4124840#M163785</guid>
      <dc:creator>lynnzrae</dc:creator>
      <dc:date>2024-08-29T10:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: My column isn't returning a value has it should</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4124844#M163788</link>
      <description>&lt;P&gt;I realized it was a font setting but was there all along.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 10:34:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-column-isn-t-returning-a-value-has-it-should/m-p/4124844#M163788</guid>
      <dc:creator>lynnzrae</dc:creator>
      <dc:date>2024-08-29T10:34:50Z</dc:date>
    </item>
  </channel>
</rss>

