<?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: Critical Matrix Performance (230s+): Optimization tips and technical documentation? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911612#M64258</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446"&gt;@almagp&lt;/a&gt;&amp;nbsp;The issue is almost certainly caused by a poor performing DAX query meaning that it is likely tied to some measure that you have in your matrix visual. You can see this in your Performance Analyzer logs, the DAX query is taking up all of the time. Can you post your DAX measure(s) that you are using in your matrix visual?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 16:34:49 GMT</pubDate>
    <dc:creator>GeraldGEmerick</dc:creator>
    <dc:date>2026-01-02T16:34:49Z</dc:date>
    <item>
      <title>Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911415#M64252</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am currently optimizing a report and have encountered a critical performance issue with a couple of &lt;STRONG&gt;Matrix&lt;/STRONG&gt; visuals. According to the Performance Analyzer, a single matrix is taking over &lt;STRONG&gt;230,000 ms&lt;/STRONG&gt; to load, often resulting in the &lt;I&gt;"The query exceeded the resources"&lt;/I&gt; error.&lt;/P&gt;&lt;P&gt;I have a few specific questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;"Invisible" Calculations:&lt;/STRONG&gt; If certain DAX measures are not explicitly displayed in the matrix but are part of the model or related to the data shown, are they still calculated during the visual rendering? What could cause such high load times if the visual setup appears "simple"?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Semantic Model Architecture:&lt;/STRONG&gt; Is it considered best practice to split semantic models? I currently use a single model with many complex DAX measures shared across multiple reports. Would it be more efficient to have a "lean" model (data/schema only) and a separate derivative model containing heavy measures only when needed?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Documentation:&lt;/STRONG&gt; Is there any official or advanced technical documentation that specifically deep-dives into Matrix visual performance and the impact of row/column hierarchies?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I would appreciate any advice on best practices to resolve this bottleneck. Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="almagp_0-1767339540860.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1319244i63D9774AB80C5423/image-size/medium?v=v2&amp;amp;px=400" role="button" title="almagp_0-1767339540860.png" alt="almagp_0-1767339540860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 07:39:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911415#M64252</guid>
      <dc:creator>almagp</dc:creator>
      <dc:date>2026-01-02T07:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911612#M64258</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446"&gt;@almagp&lt;/a&gt;&amp;nbsp;The issue is almost certainly caused by a poor performing DAX query meaning that it is likely tied to some measure that you have in your matrix visual. You can see this in your Performance Analyzer logs, the DAX query is taking up all of the time. Can you post your DAX measure(s) that you are using in your matrix visual?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 16:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911612#M64258</guid>
      <dc:creator>GeraldGEmerick</dc:creator>
      <dc:date>2026-01-02T16:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911638#M64260</link>
      <description>&lt;P&gt;Copy that DAX query and run it through DAX Studio. Study the query plan and the server timings. Then decide your plan of action accordingly.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 18:35:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911638#M64260</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-01-02T18:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911779#M64265</link>
      <description>&lt;P&gt;Hii &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446"&gt;@almagp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Subject&lt;/STRONG&gt;&lt;/EM&gt;: [SOLVED] Critical Matrix Performance: Optimizing Queries Exceeding 230s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;STRONG&gt;The Challenge:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Matrix visuals are "expensive" because they generate a separate query context for every single cell (intersection of row and column). When you have complex DAX measures combined with deep hierarchies, the number of sub-queries explodes, leading to the "Query exceeded resources" error or massive load times like the 230,000ms seen in your Performance Analyzer.&lt;/P&gt;&lt;P&gt;​&lt;STRONG&gt;The Solution:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To resolve this, you must address the "Invisible" calculations and optimize the way the Semantic Model interacts with the visual.&lt;/P&gt;&lt;H3&gt;​1. The "Invisible" Calculation Myth&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;​&lt;STRONG&gt;Are they calculated?&lt;/STRONG&gt; No, measures &lt;I&gt;not&lt;/I&gt; in the visual are not calculated.&lt;/LI&gt;&lt;LI&gt;​&lt;STRONG&gt;What causes the load then?&lt;/STRONG&gt; Even a "simple" visual can be slow if your DAX uses &lt;STRONG&gt;Iterators&lt;/STRONG&gt; (like SUMX or FILTER) over large tables, or if &lt;STRONG&gt;Auto Date/Time&lt;/STRONG&gt; is enabled, creating hidden date tables that bloat the filter context.&lt;/LI&gt;&lt;LI&gt;​&lt;STRONG&gt;Check Conditional Formatting:&lt;/STRONG&gt; "Invisible" load often comes from conditional formatting rules. If you have "Color by Value" set up, Power BI calculates those measures for every cell even if the text isn't displayed.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;​2. Semantic Model Architecture: To Split or Not?&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;​&lt;STRONG&gt;Best Practice:&lt;/STRONG&gt; It is generally &lt;STRONG&gt;not&lt;/STRONG&gt; recommended to split models just to hide measures. Instead, use &lt;STRONG&gt;Perspective&lt;/STRONG&gt; or &lt;STRONG&gt;Display Folders&lt;/STRONG&gt; to keep the model "lean" for users.&lt;/LI&gt;&lt;LI&gt;​&lt;STRONG&gt;The "Lean" Model approach:&lt;/STRONG&gt; Rather than splitting, move heavy logic from DAX measures into &lt;STRONG&gt;Calculated Columns&lt;/STRONG&gt; or &lt;STRONG&gt;Power Query&lt;/STRONG&gt; (M) during the ETL phase if the logic doesn't need to be dynamic. This shifts the processing cost from "Report View Time" to "Data Refresh Time."&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;​3. Technical Optimization Steps&lt;/H3&gt;&lt;P&gt;​To bring that 230s load time down:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;​&lt;STRONG&gt;Reduce Column Headers:&lt;/STRONG&gt; Matrices scale poorly with many columns. Try to move attributes from "Columns" to "Rows" to reduce the total number of cell intersections.&lt;/LI&gt;&lt;LI&gt;​&lt;STRONG&gt;DAX Fusion:&lt;/STRONG&gt; Use &lt;STRONG&gt;DAX Studio&lt;/STRONG&gt; to check for "VertiPaq Cache" hits. If your measures are repetitive, rewrite them to use VAR (Variables) to ensure the same logic isn't calculated multiple times within a single measure.&lt;/LI&gt;&lt;LI&gt;​&lt;STRONG&gt;Turn off Totals:&lt;/STRONG&gt; If you don't need them, turn off Row and Column totals. Totals require a separate, broader calculation pass that often takes longer than the individual cells.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;​Official Documentation &amp;amp; Deep Dives:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;​&lt;STRONG&gt;Microsoft Docs:&lt;/STRONG&gt; Search for "Optimization guide for Power BI" which has a dedicated section on Matrix performance.&lt;/LI&gt;&lt;LI&gt;​&lt;STRONG&gt;The "SQLBI" Methodology:&lt;/STRONG&gt; For advanced deep-dives, look up "The Whitepaper on Power BI Performance" by Marco Russo and Alberto Ferrari.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;​&lt;STRONG&gt;If these optimization steps helped you resolve your performance bottleneck, please mark this as an "Accepted Solution"!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vishwanath&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 05:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4911779#M64265</guid>
      <dc:creator>AshokKunwar</dc:creator>
      <dc:date>2026-01-03T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912090#M64271</link>
      <description>&lt;P&gt;Matrix evaluates measures per cell. If you have (Rows × Columns × Measures) in the thousands+ and the measures do iterators / complex FILTERs, it explodes. Big offenders:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;High cardinality on rows/columns (IDs, dates at day level, many levels expanded)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Measures using SUMX/FILTER over large tables, ALLSELECTED, RANKX in-cell&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Many-to-many / bi-directional relationships causing large filter propagation&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Using a fact-table column directly on rows instead of a dimension&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Conditional formatting calling heavy logic again per cell&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Quick sanity check: collapse to one row level + one column level. If time drops massively, it’s “cell explosion”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What to do:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Reduce the number of cells: fewer row/column levels, avoid high-cardinality fields, default to collapsed state.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Remove conditional formatting/tooltips temporarily to see if they’re the cause.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Replace expensive iterators in measures with simpler patterns (push logic to ETL, pre-aggregate, use dimensions).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Ensure proper star schema: matrix axes from dimensions, single-direction relationships.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 04 Jan 2026 15:39:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912090#M64271</guid>
      <dc:creator>cengizhanarslan</dc:creator>
      <dc:date>2026-01-04T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912418#M64283</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="almagp_0-1767608533718.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1319515i470166DCF1C35710/image-size/medium?v=v2&amp;amp;px=400" role="button" title="almagp_0-1767608533718.png" alt="almagp_0-1767608533718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;That is actually what surprises me the most: I don't have any columns or sub-rows in my matrix that use DAX. As you can see in the attached image showing the fields, none of them are DAX measures or calculated columns; they are all raw fields.&lt;/P&gt;&lt;P&gt;However, I am using 'Shipment' (Envío) as a sub-row to show the data at a detail level. I wonder if adding this 'Shipment' level triggers complex internal DAX queries even if they aren't explicitly shown.&lt;/P&gt;&lt;P&gt;On the other hand, if I remove the 'Shipment' sub-row, I don't get a correct 'count' of my data. For instance, if I remove it from the rows and add it directly to the 'Values' section as a Distinct Count (as seen in the 'Missing Shipments' field), the count is different from what I see in the hierarchy. Do you know why this might be happening as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 10:26:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912418#M64283</guid>
      <dc:creator>almagp</dc:creator>
      <dc:date>2026-01-05T10:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912419#M64284</link>
      <description>&lt;P&gt;I had columns with DAX in my model, but none of them are visible in that Matrix, that the main question...&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 10:28:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912419#M64284</guid>
      <dc:creator>almagp</dc:creator>
      <dc:date>2026-01-05T10:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912506#M64288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446"&gt;@almagp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Yes, adding shipment triggers complex internal DAX, even if no measures or calculated columns are visible. A Matrix evaluates data per cell (Row × Column × Hierarchy × Totals). Shipment is typically high-cardinality, so adding it multiplies the number of evaluation contexts, forces Power BI to resolve relationships, grouping, and totals at shipment grain. This results in very large internal DAX queries and storage engine scans, which explains the 230s runtime.&lt;BR /&gt;Avoid placing fact-table IDs (Shipment) on Matrix rows.&lt;BR /&gt;Use pre-aggregated dimensions, separate detail/drillthrough pages or summarized tables for detail views.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Measures not used in the Matrix are NOT calculated. Matrix slowness is almost always due to model design + cardinality, not whether measures are visible. Calculated columns are evaluated if they belong to tables used in rows/columns or relationships. Matrix performance cost grows as Rows × Columns × Hierarchies, even without visible measures.&lt;BR /&gt;High load times in a “simple” Matrix are usually caused by:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;High-cardinality fields (IDs like Shipment) on rows/columns &amp;gt; cell explosion&lt;BR /&gt;Calculated columns on fact tables&lt;BR /&gt;Totals / subtotals&lt;BR /&gt;Relationship complexity&lt;BR /&gt;Conditional formatting or tooltips invoking additional measures&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, splitting models just to isolate measures is NOT best practice.&lt;BR /&gt;Recommended approach is to keep one shared semantic model, move heavy row-level logic to Power Query / ETL, avoid calculated columns on fact tables, use display folders / perspectives to manage complexity&lt;BR /&gt;Splitting into “lean + heavy” models increases duplication and maintenance without guaranteed performance gains.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Documentations:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization" target="_blank"&gt;Optimization guide for Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/automatic-tuning/automatic-tuning?view=sql-server-ver17" target="_blank"&gt;Automatic tuning - SQL Server | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 12:04:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4912506#M64288</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-01-05T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4914633#M64311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446"&gt;@almagp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I just wanted to check if the issue has been resolved on your end, or if you require any further assistance. Please feel free to let us know, we’re happy to help!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;BR /&gt;Chaithra E.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 10:29:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4914633#M64311</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-01-08T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4916679#M64327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446"&gt;@almagp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 12:29:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4916679#M64327</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-01-12T12:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Critical Matrix Performance (230s+): Optimization tips and technical documentation?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4916712#M64329</link>
      <description>&lt;P&gt;Hii&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1462446" target="_blank"&gt;@almagp&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If these optimization steps helped you resolve your performance bottleneck, please mark this as an "Accepted Solution"!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 12:48:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Critical-Matrix-Performance-230s-Optimization-tips-and-technical/m-p/4916712#M64329</guid>
      <dc:creator>AshokKunwar</dc:creator>
      <dc:date>2026-01-12T12:48:21Z</dc:date>
    </item>
  </channel>
</rss>

