<?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 formula and SUM the results in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624588#M298317</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="57601" data-lia-user-login="Johanno" class="lia-mention lia-mention-user"&gt;Johanno&lt;/a&gt;&amp;nbsp;why should i use a value if i want to summarize the data ?&lt;/P&gt;&lt;P&gt;I want to summarize based on city and then add all the amounts to a single value for that particular City&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2019 16:24:39 GMT</pubDate>
    <dc:creator>RvdHeijden</dc:creator>
    <dc:date>2019-02-15T16:24:39Z</dc:date>
    <item>
      <title>FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624530#M298280</link>
      <description>&lt;P&gt;I have a table wheren i want to SUMMARIZE (i think) the results from a different table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one table i have multiple rows with values for instance a City (Values aren unique) and an amount for certain jobs.&lt;/P&gt;&lt;P&gt;Ive already summarized the column 'City' to a new table where they are unique.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i want is that, in this new table, it checks the other table (per City) and sums all the amounts to one amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;City A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&lt;/P&gt;&lt;P&gt;City A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&lt;/P&gt;&lt;P&gt;City B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 200&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;City A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;City B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 200&lt;/P&gt;&lt;P&gt;City A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B (the new one)&lt;/P&gt;&lt;P&gt;City A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2100&amp;nbsp;&lt;/P&gt;&lt;P&gt;City B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks so simple but i can't get it to work&lt;/P&gt;&lt;P&gt;Who can help me out here ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 15:04:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624530#M298280</guid>
      <dc:creator>RvdHeijden</dc:creator>
      <dc:date>2019-02-15T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624538#M298286</link>
      <description>&lt;P&gt;Hi, try something like this:&lt;/P&gt;&lt;PRE&gt;TableB = SUMMARIZECOLUMNS(TableA[City];"Value";SUM(TableA[Value]))&lt;/PRE&gt;&lt;P&gt;/Johan&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 15:15:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624538#M298286</guid>
      <dc:creator>Johanno</dc:creator>
      <dc:date>2019-02-15T15:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624588#M298317</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="57601" data-lia-user-login="Johanno" class="lia-mention lia-mention-user"&gt;Johanno&lt;/a&gt;&amp;nbsp;why should i use a value if i want to summarize the data ?&lt;/P&gt;&lt;P&gt;I want to summarize based on city and then add all the amounts to a single value for that particular City&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 16:24:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/624588#M298317</guid>
      <dc:creator>RvdHeijden</dc:creator>
      <dc:date>2019-02-15T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/625040#M298553</link>
      <description>&lt;P&gt;Ok, that's what I thought I did. I summarized the table per city, except that 200+200=400 and not 300.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 13:04:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/625040#M298553</guid>
      <dc:creator>Johanno</dc:creator>
      <dc:date>2019-02-16T13:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/632940#M302712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15734" data-lia-user-login="RvdHeijden" class="lia-mention lia-mention-user"&gt;RvdHeijden&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered to close this topic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel He&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 09:41:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/632940#M302712</guid>
      <dc:creator>v-danhe-msft</dc:creator>
      <dc:date>2019-02-27T09:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/633917#M303211</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="69561" data-lia-user-login="v-danhe-msft" class="lia-mention lia-mention-user"&gt;v-danhe-msft&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="57601" data-lia-user-login="Johanno" class="lia-mention lia-mention-user"&gt;Johanno&lt;/a&gt;&amp;nbsp;the question isn't solved yet because in the formula i dont want to add a value.&lt;/P&gt;&lt;P&gt;I want to summarize the colums based because if i need to add a 'Value' i have to do that like 200 times&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 07:50:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/633917#M303211</guid>
      <dc:creator>RvdHeijden</dc:creator>
      <dc:date>2019-02-28T07:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/633920#M303212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15734" data-lia-user-login="RvdHeijden" class="lia-mention lia-mention-user"&gt;RvdHeijden&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;What is your desired result? Could you please careate it in excel and post a picture here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel He&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 07:57:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/633920#M303212</guid>
      <dc:creator>v-danhe-msft</dc:creator>
      <dc:date>2019-02-28T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER formula and SUM the results</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/640933#M306953</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="69561" data-lia-user-login="v-danhe-msft" class="lia-mention lia-mention-user"&gt;v-danhe-msft&lt;/a&gt;&amp;nbsp;the result is pretty simple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 1 table with 5000 adresses devided in like 100 different areas, the first part is to summarize these area's to 1 unique list.&lt;/P&gt;&lt;P&gt;That is the simple part and that part is done.&lt;/P&gt;&lt;P&gt;But every adress has a certain amount of meters and they should be added to one amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically if we have 40 houses, all in area A and every house has 10 meters&lt;/P&gt;&lt;P&gt;30 houses in Area and every house has 50 meters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Area A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;/P&gt;&lt;P&gt;Area B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/P&gt;&lt;P&gt;Area B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/P&gt;&lt;P&gt;Area B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/P&gt;&lt;P&gt;Area A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summarized in a new table with these results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Area A, 40 houses, 400 meters&lt;/P&gt;&lt;P&gt;Areau B, 30 houses, 1500 meters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 12:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/FILTER-formula-and-SUM-the-results/m-p/640933#M306953</guid>
      <dc:creator>RvdHeijden</dc:creator>
      <dc:date>2019-03-09T12:38:00Z</dc:date>
    </item>
  </channel>
</rss>

