<?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: How to handle blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3962202#M153733</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343036" data-lia-user-login="mark_endicott" class="lia-mention lia-mention-user"&gt;mark_endicott&lt;/a&gt;&amp;nbsp; Thank you! It works!&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 20:50:55 GMT</pubDate>
    <dc:creator>brankocareer</dc:creator>
    <dc:date>2024-05-30T20:50:55Z</dc:date>
    <item>
      <title>How to handle blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3961967#M153721</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a simple DAX to create a new column :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If Different =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Energy_FTE_View'&lt;/SPAN&gt;&lt;SPAN&gt;[If Vacancy Subtype]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But, I take one ID for example, there is a "blank" value, which is considered as non-blank, what can I do?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you in advance!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Branko&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 May 2024 18:22:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3961967#M153721</guid>
      <dc:creator>brankocareer</dc:creator>
      <dc:date>2024-05-30T18:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3962155#M153731</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694215" data-lia-user-login="brankocareer" class="lia-mention lia-mention-user"&gt;brankocareer&lt;/a&gt;&amp;nbsp;- If you want to handle this in DAX you could do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;IF( OR(ISBLANK('Energy_FTE_View'[If Vacancy Subtype]), 'Energy_FTE_View'[If Vacancy Subtype] = " ") , 0,1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But you will be guessing whether it is "" or " " or "&amp;nbsp; &amp;nbsp;" and so on. In general I would say you are better off completing this in Power Query by using the Replace Values transformation. This will be easier than trying to account for every eventuality in DAX.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 20:23:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3962155#M153731</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-05-30T20:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3962202#M153733</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343036" data-lia-user-login="mark_endicott" class="lia-mention lia-mention-user"&gt;mark_endicott&lt;/a&gt;&amp;nbsp; Thank you! It works!&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 20:50:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-handle-blank/m-p/3962202#M153733</guid>
      <dc:creator>brankocareer</dc:creator>
      <dc:date>2024-05-30T20:50:55Z</dc:date>
    </item>
  </channel>
</rss>

