<?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: IF multiple statement for 2 Coulmn in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IF-multiple-statement-for-2-Coulmn/m-p/4033329#M159662</link>
    <description>&lt;P&gt;try this calculated column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;BreacTicket = 
IF(
    ISBLANK('SRVREQ'[TARGET_DATE]), 
    "InTime", 
    IF(
        'SRVREQ'[TARGET_DATE] &amp;lt; 'SRVREQ'[RESOLVED_DATE], 
        "Breach", 
        IF(
            ISBLANK('SRVREQ'[RESOLVED_DATE]) &amp;amp;&amp;amp; 'SRVREQ'[TARGET_DATE] &amp;lt; TODAY(), 
            "Breach", 
            "InTime"
        )
    )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 10 Jul 2024 00:57:40 GMT</pubDate>
    <dc:creator>aduguid</dc:creator>
    <dc:date>2024-07-10T00:57:40Z</dc:date>
    <item>
      <title>IF multiple statement for 2 Coulmn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IF-multiple-statement-for-2-Coulmn/m-p/4032639#M159583</link>
      <description>&lt;P&gt;Hi trying to create calculated column with IF statment , stucking to add 3 creatirea please advice&lt;/P&gt;&lt;P&gt;1- IF Target Date is Blank = "InTime"&lt;/P&gt;&lt;P&gt;2- IF&amp;nbsp; Target Date &amp;lt; Resoved Date = "Breach"&lt;/P&gt;&lt;P&gt;3- IF Resolved Date is Blank and Target Date &amp;lt; current date = "Breach" else "InTime"&lt;/P&gt;&lt;P&gt;BreacTicket = IF(ISBLANK('SRVREQ'[TARGET_DATE]),&lt;BR /&gt;"InTime",IF(''SRVREQ'[TARGET_DATE]&amp;lt;'SRVREQ'[RESOLVED_DATE],"Breach",&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 13:30:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IF-multiple-statement-for-2-Coulmn/m-p/4032639#M159583</guid>
      <dc:creator>izzu</dc:creator>
      <dc:date>2024-07-09T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: IF multiple statement for 2 Coulmn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IF-multiple-statement-for-2-Coulmn/m-p/4033329#M159662</link>
      <description>&lt;P&gt;try this calculated column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;BreacTicket = 
IF(
    ISBLANK('SRVREQ'[TARGET_DATE]), 
    "InTime", 
    IF(
        'SRVREQ'[TARGET_DATE] &amp;lt; 'SRVREQ'[RESOLVED_DATE], 
        "Breach", 
        IF(
            ISBLANK('SRVREQ'[RESOLVED_DATE]) &amp;amp;&amp;amp; 'SRVREQ'[TARGET_DATE] &amp;lt; TODAY(), 
            "Breach", 
            "InTime"
        )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Jul 2024 00:57:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/IF-multiple-statement-for-2-Coulmn/m-p/4033329#M159662</guid>
      <dc:creator>aduguid</dc:creator>
      <dc:date>2024-07-10T00:57:40Z</dc:date>
    </item>
  </channel>
</rss>

