<?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 sumx memory error without filters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2571634#M36632</link>
    <description>&lt;UL&gt;&lt;LI&gt;Hi,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to evaluate the total allocation percentage for our project like&lt;/P&gt;&lt;P&gt;person 1&amp;nbsp; project0 20%&amp;nbsp;&lt;/P&gt;&lt;P&gt;Person 1 project1&amp;nbsp; 70%&lt;/P&gt;&lt;P&gt;Person 1 project3&amp;nbsp; 10%&lt;/P&gt;&lt;P&gt;Person 2 project0&amp;nbsp; &amp;nbsp;90%&lt;/P&gt;&lt;P&gt;Person 2 project1&amp;nbsp; 20%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need a final output of total allocation for each person... I achieved this using the below formula. However, when we removed the filters we are getting the out of memory error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total = sumx('projects', [allocation%])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any alternative measure that I can create instead of the sumx to avoid the memory issue when we remove the filters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: we are getting Correct value using the above function. Just need to fix the performance issue..&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 11:54:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-10T11:54:31Z</dc:date>
    <item>
      <title>sumx memory error without filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2571634#M36632</link>
      <description>&lt;UL&gt;&lt;LI&gt;Hi,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to evaluate the total allocation percentage for our project like&lt;/P&gt;&lt;P&gt;person 1&amp;nbsp; project0 20%&amp;nbsp;&lt;/P&gt;&lt;P&gt;Person 1 project1&amp;nbsp; 70%&lt;/P&gt;&lt;P&gt;Person 1 project3&amp;nbsp; 10%&lt;/P&gt;&lt;P&gt;Person 2 project0&amp;nbsp; &amp;nbsp;90%&lt;/P&gt;&lt;P&gt;Person 2 project1&amp;nbsp; 20%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need a final output of total allocation for each person... I achieved this using the below formula. However, when we removed the filters we are getting the out of memory error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total = sumx('projects', [allocation%])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any alternative measure that I can create instead of the sumx to avoid the memory issue when we remove the filters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: we are getting Correct value using the above function. Just need to fix the performance issue..&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 11:54:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2571634#M36632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-10T11:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: sumx memory error without filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2573477#M36646</link>
      <description>&lt;P&gt;Please provide sanitized sample data that fully covers your issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 00:48:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2573477#M36646</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-06-13T00:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: sumx memory error without filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2577944#M36697</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ajaynagendra_0-1655217326293.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/732114iB95B7A6A047CBD57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ajaynagendra_0-1655217326293.png" alt="ajaynagendra_0-1655217326293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is the screenshot of the report. In this we have to get the Total allocation of each person(Example: Stefanie Gran is allocated in 3 projects 140%, 10%, 10% and total is 160%.)&amp;nbsp; Like, we need to get the total of allocation % for each person. I have selected two projects in the Top Filters an if we remove that filter, visual will load and say memory error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 14:43:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2577944#M36697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-14T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: sumx memory error without filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2578074#M36700</link>
      <description>&lt;P&gt;Cannot help you from a screenshot. Please provide sample data in usable format.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:34:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/sumx-memory-error-without-filters/m-p/2578074#M36700</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-06-14T15:34:17Z</dc:date>
    </item>
  </channel>
</rss>

