<?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 write a DAX using ISBLANK() in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170447#M114259</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share a small sample table? There doesn't seem to be much to work with here.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 23:54:26 GMT</pubDate>
    <dc:creator>Wilson_</dc:creator>
    <dc:date>2023-04-03T23:54:26Z</dc:date>
    <item>
      <title>How to write a DAX using ISBLANK()</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170422#M114255</link>
      <description>&lt;P&gt;I created a column that has to return a score of 0.1 for claims=blank and 0 for any claims present&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Claim_score = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Claims&lt;/SPAN&gt;&lt;SPAN&gt;[SCAC]&lt;/SPAN&gt;&lt;SPAN&gt;))==&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0.1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The above works if claims are present and don't give the value 0.1 when there are no claims.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Apr 2023 23:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170422#M114255</guid>
      <dc:creator>vedhikha</dc:creator>
      <dc:date>2023-04-03T23:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a DAX using ISBLANK()</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170425#M114257</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 23:31:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170425#M114257</guid>
      <dc:creator>vedhikha</dc:creator>
      <dc:date>2023-04-03T23:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a DAX using ISBLANK()</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170447#M114259</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share a small sample table? There doesn't seem to be much to work with here.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 23:54:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170447#M114259</guid>
      <dc:creator>Wilson_</dc:creator>
      <dc:date>2023-04-03T23:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a DAX using ISBLANK()</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170450#M114260</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I created a column "Claim_score", which basically is "0" when there is a claim (when the "scac" is present in the table), when the "scac" is blank (not present in table) , then i have to assign a claim score is 0.1. Hope this makes sense&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 00:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170450#M114260</guid>
      <dc:creator>vedhikha</dc:creator>
      <dc:date>2023-04-04T00:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a DAX using ISBLANK()</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170453#M114261</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created some dummy data based on your table and your measure as constructed in your original post works for me. Maybe you can instead provide a sample pbix file so I can investigate further?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 00:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-using-ISBLANK/m-p/3170453#M114261</guid>
      <dc:creator>Wilson_</dc:creator>
      <dc:date>2023-04-04T00:14:30Z</dc:date>
    </item>
  </channel>
</rss>

