<?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 statement not working in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1613280#M27397</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/279163"&gt;@Grande&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your problem been solved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lionel Chen&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 07:19:19 GMT</pubDate>
    <dc:creator>v-lionel-msft</dc:creator>
    <dc:date>2021-01-21T07:19:19Z</dc:date>
    <item>
      <title>If statement not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1588205#M27144</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any help appriciated.. getting ERROR message with below condtion&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;P1 = IF(VW_ORT[Partime_Num.?] = 2, DIVIDE (VW_ORT[Annual Salary (Local Currency)], IF(VW_ORT[Partime_Num.?] = 1,(VW_ORT[Annual Salary (Local Currency)]))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Jan 2021 19:03:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1588205#M27144</guid>
      <dc:creator>Grande</dc:creator>
      <dc:date>2021-01-08T19:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: If statement not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1588827#M27147</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/279163"&gt;@Grande&lt;/a&gt;&amp;nbsp;, it looks like you are authoring a measure, aren't you? If so, you might try,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;P1 =
VAR __pt = MAX ( VW_ORT[Partime_Num.?] )
VAR __as = MAX ( VW_ORT[Annual Salary (Local Currency)] )
RETURN
    IF ( __pt = 2, DIVIDE ( __as, IF ( __pt = 1, __as ) ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 13:23:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1588827#M27147</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-01-10T13:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: If statement not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1590759#M27193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/279163"&gt;@Grande&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="v-lionel-msft_1-1610435180234.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/429835i89256970578DFE13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="v-lionel-msft_1-1610435180234.png" alt="v-lionel-msft_1-1610435180234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Even if you want to create a calculated column, this formula has a logic error.&lt;/P&gt;
&lt;P&gt;Or Is this what you want?(30/20 =1.5)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="v-lionel-msft_2-1610435403110.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/429839iF2C1B34C43FB97E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="v-lionel-msft_2-1610435403110.png" alt="v-lionel-msft_2-1610435403110.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lionel Chen&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 07:10:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1590759#M27193</guid>
      <dc:creator>v-lionel-msft</dc:creator>
      <dc:date>2021-01-12T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: If statement not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1613280#M27397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/279163"&gt;@Grande&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your problem been solved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lionel Chen&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 07:19:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1613280#M27397</guid>
      <dc:creator>v-lionel-msft</dc:creator>
      <dc:date>2021-01-21T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1618990#M27452</link>
      <description>&lt;P&gt;I would like to creted the below formaula for the which is giving me error Please help me..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Annual Salary (USD) - AOP FX Rates + (Annual Salary (USD) - AOP FX Rates * Fringe Rate)&lt;/P&gt;&lt;P&gt;Excel Formula =IFERROR(BR31765+(BR31765*BP31765),"NA")&lt;/P&gt;&lt;P&gt;data Values :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Fringe Rate = 15%&lt;BR /&gt;AOP FY20 FX Rates = 1&lt;BR /&gt;Annual Salary (USD) - AOP FX Rates = 152,360&lt;BR /&gt;Annual Salary + Benefits (USD) = 175,774&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the formula but it does not giving me the correct Results&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should get the Result = 175774&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 16:41:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/If-statement-not-working/m-p/1618990#M27452</guid>
      <dc:creator>Grande</dc:creator>
      <dc:date>2021-01-24T16:41:56Z</dc:date>
    </item>
  </channel>
</rss>

