<?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: Filter on Table Q. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561060#M17531</link>
    <description>&lt;P&gt;Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I filter on a dollar amount&amp;nbsp;field in a sumx()?&amp;nbsp; I need to know how to say less than 50,000 and between 50,000.01 to 100,000 and several others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;£50k = SUMX ( FILTER ( 'LTM 050K', 'LTM 050K'[pc_regionno] = 'LTM Live'[pc_regionno]), 'LTM 050K'[tsg_quoteprice_base])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Nov 2018 16:22:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-06T16:22:32Z</dc:date>
    <item>
      <title>Filter on Table Q.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/560978#M17526</link>
      <description>&lt;P&gt;In a table, I placed a filter on the amount column to be 50,000 and less.&amp;nbsp; When I run SUMX() on that table, do I need to be concerned that the amount filter goes away?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my sumx looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;£50k = SUMX ( FILTER ( 'LTM 050K', 'LTM 050K'[pc_regionno] = 'LTM Live'[pc_regionno] &amp;amp;&amp;amp; 'LTM 050K'[statuscode] = 866120000&amp;nbsp; || 'LTM 050K'[statuscode] = 866120007 &amp;amp;&amp;amp; 'LTM 050K'[createdon] &amp;gt;= 'LTM Live'[xxxBegin] &amp;amp;&amp;amp; 'LTM 050K'[createdon]&amp;nbsp; &amp;lt;= 'LTM Live'[xxxEnd] ), 'LTM 050K'[tsg_quoteprice_base])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the SUMX(), I am not putting an amount filter because I am counting on the amount filter to hold.&amp;nbsp; Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindest,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonathan M*&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 15:05:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/560978#M17526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on Table Q.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561051#M17529</link>
      <description>&lt;P&gt;If I understand you correctly and you filted in the data tab in Desktop then no, that will not "stay" you will need to include that in your SUMX. That filtering interface is just so that you can find an look at records easier.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 16:16:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561051#M17529</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-11-06T16:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on Table Q.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561060#M17531</link>
      <description>&lt;P&gt;Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I filter on a dollar amount&amp;nbsp;field in a sumx()?&amp;nbsp; I need to know how to say less than 50,000 and between 50,000.01 to 100,000 and several others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;£50k = SUMX ( FILTER ( 'LTM 050K', 'LTM 050K'[pc_regionno] = 'LTM Live'[pc_regionno]), 'LTM 050K'[tsg_quoteprice_base])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 16:22:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561060#M17531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T16:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on Table Q.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561075#M17533</link>
      <description>&lt;P&gt;OK, I believe you want something like this. Assumption is that you have an [Amount] column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;£50k = SUMX ( FILTER ( 'LTM 050K', 'LTM 050K'[pc_regionno] = 'LTM Live'[pc_regionno] &amp;amp;&amp;amp; 'LTM 050K'[Amount]&amp;lt;50000), 'LTM 050K'[tsg_quoteprice_base])

&amp;gt;£50k&amp;lt;=£100k = SUMX ( FILTER ( 'LTM 050K', 'LTM 050K'[pc_regionno] = 'LTM Live'[pc_regionno] &amp;amp;&amp;amp; 'LTM 050K'[Amount]&amp;gt;50000 &amp;amp;&amp;amp; 'LTM 050K'[Amount]&amp;lt;=100000), 'LTM 050K'[tsg_quoteprice_base])&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Nov 2018 16:46:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561075#M17533</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-11-06T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on Table Q.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561079#M17534</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;you are the greatest Datanaut EVER!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 16:37:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-Table-Q/m-p/561079#M17534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T16:37:52Z</dc:date>
    </item>
  </channel>
</rss>

