<?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: Determine if Within SLA or Out of SLA? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060267#M105710</link>
    <description>&lt;P&gt;Hellom I'm getting the error/s &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 12:27:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-03T12:27:31Z</dc:date>
    <item>
      <title>Determine if Within SLA or Out of SLA?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060215#M105699</link>
      <description>&lt;P&gt;Hi Kind People,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need your help.&lt;/P&gt;&lt;P&gt;I'm having a hard time as well in getting the SLA if Within and if Out of SLA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;1. if &lt;STRONG&gt;TAT&lt;/STRONG&gt; is equal or less than &lt;STRONG&gt;SLA,&amp;nbsp;&lt;/STRONG&gt;should be Tagged as "Within SLA"&lt;/P&gt;&lt;P&gt;2. if TAT is not equal or greater than SLA, should be tagged as "Out of SLA" and if TAT is Blank, should be tagged as well as "Out of SLA"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 11:40:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060215#M105699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-03T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Within SLA or Out of SLA?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060256#M105706</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In Power BI Report, within your table create a column with below DAX expression:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Within Or Out? = If(ISBLANK('SLA Table'[TAT]), "Out Of SLA", IF(HOUR('SLA Table'[TAT]) &amp;lt;= 'SLA Table'[SLA], "Within SLA","Out Of SLA"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the below screenshot,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If this answer helps, please mark it as Accepted Solution so it would help others to find the solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Inogic Professional Service Division&lt;/P&gt;&lt;P&gt;An expert technical extension for your techno-functional business needs&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM&lt;/P&gt;&lt;P&gt;Drop an email at &lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Service:&amp;nbsp; &lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 12:08:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060256#M105706</guid>
      <dc:creator>SamInogic</dc:creator>
      <dc:date>2023-02-03T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Within SLA or Out of SLA?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060267#M105710</link>
      <description>&lt;P&gt;Hellom I'm getting the error/s &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 12:27:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060267#M105710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-03T12:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Within SLA or Out of SLA?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060309#M105715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you provide screenshot or text of error message here?&lt;BR /&gt;&lt;BR /&gt;Also, can you make sure the TAT column have data type as Long Time?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Inogic Professional Service Division&lt;/P&gt;&lt;P&gt;An expert technical extension for your techno-functional business needs&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM&lt;/P&gt;&lt;P&gt;Drop an email at &lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Service:&amp;nbsp; &lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 13:07:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060309#M105715</guid>
      <dc:creator>SamInogic</dc:creator>
      <dc:date>2023-02-03T13:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Within SLA or Out of SLA?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060321#M105718</link>
      <description>&lt;P&gt;i tried again. this is working now! thanks for your soultions! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 13:15:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-if-Within-SLA-or-Out-of-SLA/m-p/3060321#M105718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-03T13:15:55Z</dc:date>
    </item>
  </channel>
</rss>

