<?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 Condition using Then in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2378873#M34809</link>
    <description>&lt;P&gt;Create a Measure&amp;nbsp;&lt;BR /&gt;Dummy =&amp;nbsp;&lt;SPAN&gt;Sum(Act Ucc Cnt)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Then in next measure where you nee the value (I have added secound else as Less than 1)&lt;BR /&gt;Value =&amp;nbsp;IF([Dummy] &amp;gt;= 5, "Greater than 5",&amp;nbsp; IF([Dummy] &amp;lt; 5 &amp;amp;&amp;amp; [Dummy] &amp;gt;=1 "Less&amp;nbsp;than 5", "Less than 1"))&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 14:20:14 GMT</pubDate>
    <dc:creator>arvindsingh802</dc:creator>
    <dc:date>2022-03-07T14:20:14Z</dc:date>
    <item>
      <title>IF Condition using Then</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2378055#M34798</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If Sum(Act Ucc Cnt) &amp;gt;= 5 then I need an Output as&amp;nbsp;&lt;STRONG&gt;Greater than 5 ,&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;If Sum(Act Ucc Cnt) &amp;lt; 5 and Sum(Act Ucc Cnt) &amp;gt;=1 then I need an Output as &lt;STRONG&gt;Less&amp;nbsp;than 5 .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I got the Solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 08:10:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2378055#M34798</guid>
      <dc:creator>SIBI1998</dc:creator>
      <dc:date>2022-03-07T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: IF Condition using Then</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2378873#M34809</link>
      <description>&lt;P&gt;Create a Measure&amp;nbsp;&lt;BR /&gt;Dummy =&amp;nbsp;&lt;SPAN&gt;Sum(Act Ucc Cnt)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Then in next measure where you nee the value (I have added secound else as Less than 1)&lt;BR /&gt;Value =&amp;nbsp;IF([Dummy] &amp;gt;= 5, "Greater than 5",&amp;nbsp; IF([Dummy] &amp;lt; 5 &amp;amp;&amp;amp; [Dummy] &amp;gt;=1 "Less&amp;nbsp;than 5", "Less than 1"))&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 14:20:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2378873#M34809</guid>
      <dc:creator>arvindsingh802</dc:creator>
      <dc:date>2022-03-07T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: IF Condition using Then</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2379630#M34813</link>
      <description>&lt;P&gt;Create a measure:&lt;BR /&gt;Result = var m1 =&amp;nbsp;&lt;SPAN&gt;Sum(Act Ucc Cnt)&lt;/SPAN&gt;&lt;BR /&gt;return&lt;BR /&gt;if(m1 &amp;gt;= 5,"Greater than 5", if(m1 &amp;gt;=1 &amp;amp;&amp;amp; m1 &amp;lt;5","Less than 5","N.A."))&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post solves your query, then please accept it as a solution to help other members find it faster. Also, hit a thumbs up. Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Best Regards,&lt;BR /&gt;Trupti S&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 21:27:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2379630#M34813</guid>
      <dc:creator>truptis</dc:creator>
      <dc:date>2022-03-07T21:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: IF Condition using Then</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2381112#M34821</link>
      <description>&lt;P&gt;Really helpful&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 11:14:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/IF-Condition-using-Then/m-p/2381112#M34821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-08T11:14:57Z</dc:date>
    </item>
  </channel>
</rss>

