<?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 Need Help on dax formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1094985#M15952</link>
    <description>&lt;P&gt;I have created the below formula to identify how many times in an 8 week period the user did not meet the 96% threshold. We created the following formula, but instead of returning a "1" to indicate the threshold had not been met, it gives values greater than 1. Could you please help to create correct dax formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Threshold= calculate ( 'consistency data' [ rc threshold] IN {1} )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 May 2020 02:07:55 GMT</pubDate>
    <dc:creator>bdkanand</dc:creator>
    <dc:date>2020-05-30T02:07:55Z</dc:date>
    <item>
      <title>Need Help on dax formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1094985#M15952</link>
      <description>&lt;P&gt;I have created the below formula to identify how many times in an 8 week period the user did not meet the 96% threshold. We created the following formula, but instead of returning a "1" to indicate the threshold had not been met, it gives values greater than 1. Could you please help to create correct dax formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Threshold= calculate ( 'consistency data' [ rc threshold] IN {1} )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 02:07:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1094985#M15952</guid>
      <dc:creator>bdkanand</dc:creator>
      <dc:date>2020-05-30T02:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on dax formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1096634#M16001</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="224025" data-lia-user-login="bdkanand" class="lia-mention lia-mention-user"&gt;bdkanand&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First thing I don't understand what your formaula is doing. Is it syntactically correct?&lt;/P&gt;&lt;P&gt;The link you shared soesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to check your threshold, you can create a calculated column using DAX something like shown below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;checkThreshold = IF(&lt;FONT color="#993300"&gt;Table[threshold]&lt;/FONT&gt; &amp;lt; 0.96, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace the highlighted element above with your table threshold column. Also, I have assumed your threshold column contains values in decimal format. If not you can modify the DAX above accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&lt;STRONG&gt;&lt;EM&gt;f this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 16:19:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1096634#M16001</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-05-19T16:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on dax formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1097068#M16049</link>
      <description>&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;</description>
      <pubDate>Wed, 20 May 2020 01:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-on-dax-formula/m-p/1097068#M16049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-20T01:31:04Z</dc:date>
    </item>
  </channel>
</rss>

