<?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: Error fetching data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834405#M63199</link>
    <description>&lt;P&gt;thank you but i need to find what is causing it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can somebody advice how to check size and query or measure which is causing the case?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried with Vertipaq Analyzer from SQLBI but there is no size...this is onelake model.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Warehouse/Determine-size-of-semantic-model/m-p/4281042" target="_self"&gt;https://community.fabric.microsoft.com/t5/Data-Warehouse/Determine-size-of-semantic-model/m-p/4281042&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anybody manage to find a semantic model on onelake size?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I removed added measure which was:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;% of Total Quantity AllSelected	"=
VAR Denom =
    CALCULATE ( [Total Quantity], ALLSELECTED ( Fct_EA_AmortizedCosts ) )
RETURN
    DIVIDE ( [Total Quantity], Denom, 0 )"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Nothing difficult...&lt;BR /&gt;but it caused my report failing...&lt;BR /&gt;I need to :&lt;/P&gt;&lt;P&gt;1. Check semantic model size after loading from onelake and after running queries&lt;BR /&gt;2. Identify what is so slow that caused report failure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 14:21:41 GMT</pubDate>
    <dc:creator>jaryszek</dc:creator>
    <dc:date>2025-09-24T14:21:41Z</dc:date>
    <item>
      <title>Error fetching data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834205#M63193</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I got :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaryszek_1-1758707905774.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1299739i67E680650F903149/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaryszek_1-1758707905774.png" alt="jaryszek_1-1758707905774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;report was working yestarday, today I can not open anything beacuse i have not loaded visuals.&amp;nbsp;&lt;BR /&gt;What to do?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;DataSet is OneLake dataset.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 09:59:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834205#M63193</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-09-24T09:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error fetching data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834404#M63198</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your dataset query is failing because it needs more memory i.e 38 GB than the current workspace capacity allows only 25 GB limit.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Please move the workspace to a Fabric or Premium capacity with higher memory limits, or scale up your existing capacity.&lt;/LI&gt;
&lt;LI&gt;If not you will need to reduce the dataset size like for example by removing unused columns or enabling incremental refresh.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 13:34:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834404#M63198</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-09-24T13:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error fetching data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834405#M63199</link>
      <description>&lt;P&gt;thank you but i need to find what is causing it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can somebody advice how to check size and query or measure which is causing the case?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried with Vertipaq Analyzer from SQLBI but there is no size...this is onelake model.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Warehouse/Determine-size-of-semantic-model/m-p/4281042" target="_self"&gt;https://community.fabric.microsoft.com/t5/Data-Warehouse/Determine-size-of-semantic-model/m-p/4281042&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anybody manage to find a semantic model on onelake size?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I removed added measure which was:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;% of Total Quantity AllSelected	"=
VAR Denom =
    CALCULATE ( [Total Quantity], ALLSELECTED ( Fct_EA_AmortizedCosts ) )
RETURN
    DIVIDE ( [Total Quantity], Denom, 0 )"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Nothing difficult...&lt;BR /&gt;but it caused my report failing...&lt;BR /&gt;I need to :&lt;/P&gt;&lt;P&gt;1. Check semantic model size after loading from onelake and after running queries&lt;BR /&gt;2. Identify what is so slow that caused report failure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 14:21:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4834405#M63199</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-09-24T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error fetching data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4836348#M63228</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is a OneLake(DirectLake) semantic model, you can’t see table sizes in Vertipaq Analyzer like the Import models.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;To check model size, look at the underlying lakehouse or warehouse tables, their row counts and file sizes reflect the semantic model size.&lt;/LI&gt;
&lt;LI&gt;To find which query or measure is causing issues, use Performance Analyzer in power bi desktop to see which visual or query runs long and check the Fabric Capacity Metrics app for any memory spikes.&lt;/LI&gt;
&lt;LI&gt;Your % of Total Quantity measure with ALLSELECTED can scan the entire fact table, which can cause the memory spike. Try testing with filters or try replacing ALLSELECTED with a lighter one.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 11:09:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4836348#M63228</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-09-26T11:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error fetching data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4837979#M63268</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to&amp;nbsp;check if the solution I have provided for the issue worked?&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 13:27:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-fetching-data/m-p/4837979#M63268</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-09-29T13:27:26Z</dc:date>
    </item>
  </channel>
</rss>

