<?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 Problem with If statement using blanks in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Problem-with-If-statement-using-blanks/m-p/2647372#M4702</link>
    <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have used this If statement to find loading status, but instead of considering only blanks it is also considering zeros and giving false values. How to solve this&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loading status =If(('AC'[loading end date]=BLANK()&amp;amp;&amp;amp;'AC'[loading start date]=BLANK()),"Not Loaded", "Loaded")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate suggestions on how to deal with this problem.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manikanta&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 10:20:12 GMT</pubDate>
    <dc:creator>manikantakommur</dc:creator>
    <dc:date>2022-07-19T10:20:12Z</dc:date>
    <item>
      <title>Problem with If statement using blanks</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Problem-with-If-statement-using-blanks/m-p/2647372#M4702</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have used this If statement to find loading status, but instead of considering only blanks it is also considering zeros and giving false values. How to solve this&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loading status =If(('AC'[loading end date]=BLANK()&amp;amp;&amp;amp;'AC'[loading start date]=BLANK()),"Not Loaded", "Loaded")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate suggestions on how to deal with this problem.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manikanta&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 10:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Problem-with-If-statement-using-blanks/m-p/2647372#M4702</guid>
      <dc:creator>manikantakommur</dc:creator>
      <dc:date>2022-07-19T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with If statement using blanks</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Problem-with-If-statement-using-blanks/m-p/2647435#M4703</link>
      <description>&lt;P&gt;Trying using the&amp;nbsp;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;() function (&lt;A href="https://docs.microsoft.com/de-de/dax/isblank-function-dax" target="_blank"&gt;https://docs.microsoft.com/de-de/dax/isblank-function-dax&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;IF( ISBLANK(&lt;SPAN&gt;'AC'[loading end date]) &amp;amp;&amp;amp;&amp;nbsp;&amp;nbsp;ISBLANK('AC'[loading start date]), "Not Loaded", "Loaded")&lt;BR /&gt;or&amp;nbsp;&lt;BR /&gt;IF( ISBLANK('AC'[loading end date]) || ISBLANK('AC'[loading start date]), "Not Loaded", "Loaded")&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 10:55:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Problem-with-If-statement-using-blanks/m-p/2647435#M4703</guid>
      <dc:creator>arichard19</dc:creator>
      <dc:date>2022-07-19T10:55:01Z</dc:date>
    </item>
  </channel>
</rss>

