<?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: value = BLANK() versus ISBLANK(value) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153254#M17575</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=C26DQkb4hyY" target="_blank"&gt;https://www.youtube.com/watch?v=C26DQkb4hyY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this video.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 14:14:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-11T14:14:03Z</dc:date>
    <item>
      <title>value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1152996#M17562</link>
      <description>&lt;P&gt;This is a followup from&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/seaching-for-keywords-in-text-for-use-as-index-seach-function/m-p/1152135" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/seaching-for-keywords-in-text-for-use-as-index-seach-function/m-p/1152135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does this work?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but this doesnt?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 12:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1152996#M17562</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-11T12:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153056#M17566</link>
      <description>&lt;P&gt;Mystery solved. CONCATENATEX never returns blank. At the minimum it returns an empty string.&amp;nbsp; So there seems to be a bug in DAX that allows the comparison of an empty string to BLANK() to be true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 12:49:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153056#M17566</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-11T12:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153090#M17567</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="41" data-lia-user-login="marcorusso" class="lia-mention lia-mention-user"&gt;marcorusso&lt;/a&gt;&amp;nbsp; I ran this in DAX studio.&amp;nbsp; Is there a good explanation for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;evaluate&lt;/SPAN&gt; &lt;SPAN&gt;row&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Test1"&lt;/SPAN&gt;,&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;,&lt;BR /&gt;&lt;SPAN&gt;"Test2"&lt;/SPAN&gt;,&lt;SPAN&gt;""&lt;/SPAN&gt;=&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:08:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153090#M17567</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-11T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153254#M17575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=C26DQkb4hyY" target="_blank"&gt;https://www.youtube.com/watch?v=C26DQkb4hyY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this video.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 14:14:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153254#M17575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-11T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153301#M17578</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; Thank you. I am not ashamed to admit that I was not aware of the equality operator ("==") being available in DAX.&amp;nbsp; That makes more sense now.&amp;nbsp; Single equal sign does a type transformation.&amp;nbsp; Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 14:34:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153301#M17578</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-11T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153701#M17600</link>
      <description>&lt;P&gt;Here:&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/blank-handling-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/blank-handling-in-dax/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:51:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153701#M17600</guid>
      <dc:creator>marcorusso</dc:creator>
      <dc:date>2020-06-11T17:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153756#M17601</link>
      <description>&lt;P&gt;Thank you Marco.&amp;nbsp; Would be nice if the article could also mention the "=="&amp;nbsp; operator.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:37:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1153756#M17601</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-11T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: value = BLANK() versus ISBLANK(value)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1156474#M17672</link>
      <description>&lt;P&gt;Good suggestion, I just added an example of == in that article. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 17:59:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/value-BLANK-versus-ISBLANK-value/m-p/1156474#M17672</guid>
      <dc:creator>marcorusso</dc:creator>
      <dc:date>2020-06-12T17:59:07Z</dc:date>
    </item>
  </channel>
</rss>

