<?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: I need count as per the range defined in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1615383#M32531</link>
    <description>&lt;P&gt;Thank Asihis for your solution.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 23:40:20 GMT</pubDate>
    <dc:creator>imrangaslam</dc:creator>
    <dc:date>2021-01-21T23:40:20Z</dc:date>
    <item>
      <title>I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606921#M32243</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have two tables&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Start Time&lt;/TD&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Unit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/8/2018 8:38&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;29.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/12/2018 7:47&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;29.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/15/2018 7:49&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/17/2018 9:46&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;30.7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/19/2018 10:40&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;23.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/22/2018 9:41&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;28.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/24/2018 8:51&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;TZ.600.BU.2W&lt;/TD&gt;&lt;TD&gt;28.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/29/2018 9:28&lt;/TD&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;TZ.600.BU.2W&lt;/TD&gt;&lt;TD&gt;26.7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ProductID&lt;/TD&gt;&lt;TD&gt;ProductCategory&lt;/TD&gt;&lt;TD&gt;RedMinVal&lt;/TD&gt;&lt;TD&gt;RedMaxVal&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;110&lt;/TD&gt;&lt;TD&gt;170&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;1CSA&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;2CSA&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;TD&gt;41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CEM I 52.5 R&lt;/TD&gt;&lt;TD&gt;28CSA&lt;/TD&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;TD&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CEM I 42.5 R&lt;/TD&gt;&lt;TD&gt;SETINI_AVG&lt;/TD&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CEM I 42.5 R&lt;/TD&gt;&lt;TD&gt;1CSA&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to count the no. of record for Unit coloumn as per the below criteria&lt;/P&gt;&lt;P&gt;Product code: = CEM I 52.5 R&lt;/P&gt;&lt;P&gt;ProductCategory: =&amp;nbsp;SETINI_AVG&lt;/P&gt;&lt;P&gt;Range as defined : 110 and 170&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I need to display in card result 6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to slove this.&lt;/P&gt;&lt;P&gt;Thanks you for all help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 23:28:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606921#M32243</guid>
      <dc:creator>imrangaslam</dc:creator>
      <dc:date>2021-01-18T23:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606928#M32246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not understand.&amp;nbsp; In Table 2, the range is 110 to 170.&amp;nbsp; There is no figure in the unit column (for Category SETINI_AVG and Product CEM I 52.5 R) whcih is between 110 and 170.&amp;nbsp; I am confused.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 23:42:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606928#M32246</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2021-01-18T23:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606932#M32248</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for&amp;nbsp; your reply.&lt;/P&gt;&lt;P&gt;I writed wrong. Appologize&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As correct&amp;nbsp; as per below:&lt;/P&gt;&lt;P&gt;Product code: = CEM I 52.5 R&lt;/P&gt;&lt;P&gt;ProductCategory: =&amp;nbsp;SETINI_AVG&lt;/P&gt;&lt;P&gt;Range as defined : 110 and 170 (range means I need to count all the record which are &amp;lt;= 110 and all the record which are &amp;gt;= 170)&lt;/P&gt;&lt;P&gt;So product&amp;nbsp;CEM I 52.5 R and its category&amp;nbsp;SETINI_AVG and in Unit we have top 6 record as per the our renge.&lt;/P&gt;&lt;P&gt;The count should be 6 so I can display in cart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 23:48:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606932#M32248</guid>
      <dc:creator>imrangaslam</dc:creator>
      <dc:date>2021-01-18T23:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606944#M32251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You may download my PBI file from &lt;A href="https://1drv.ms/u/s!AnsG4LrWCkhUn_l0Fow8v2S-i4niSQ?e=NIbxMX" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 00:13:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606944#M32251</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2021-01-19T00:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606976#M32254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Many thank for your reply but I this solution will not help me as I can't put range in the detail table as range customer can update the ranges in table 2. So thats way I have sperate table for each product and its ranges. In table 1 we have transaction and need to check range in table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":worried_face:"&gt;😟&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 00:42:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1606976#M32254</guid>
      <dc:creator>imrangaslam</dc:creator>
      <dc:date>2021-01-19T00:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1607046#M32261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have maintanted the 2 original tables intact.&amp;nbsp; Your Customer can edit the ranges of Table2.&amp;nbsp; Please review my solution again.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 01:40:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1607046#M32261</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2021-01-19T01:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1615383#M32531</link>
      <description>&lt;P&gt;Thank Asihis for your solution.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 23:40:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1615383#M32531</guid>
      <dc:creator>imrangaslam</dc:creator>
      <dc:date>2021-01-21T23:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need count as per the range defined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1615481#M32543</link>
      <description>&lt;P&gt;You are welcome.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 01:41:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-count-as-per-the-range-defined/m-p/1615481#M32543</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2021-01-22T01:41:26Z</dc:date>
    </item>
  </channel>
</rss>

