<?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: Performance identifying Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4334324#M172086</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="765391" data-lia-user-login="VenuBollineni" class="lia-mention lia-mention-user"&gt;VenuBollineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 06:15:37 GMT</pubDate>
    <dc:creator>v-ssriganesh</dc:creator>
    <dc:date>2024-12-18T06:15:37Z</dc:date>
    <item>
      <title>Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4324964#M171711</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a model that contains 200 measures. It is a centralized model for finance, and multiple reports are developed from it. I need to know which measure is causing an issue. Is it possible to identify the problematic measure using DAX Studio from the complete model, not report-wise?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 03:30:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4324964#M171711</guid>
      <dc:creator>VenuBollineni</dc:creator>
      <dc:date>2024-12-12T03:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4325027#M171713</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="765391" data-lia-user-login="VenuBollineni" class="lia-mention lia-mention-user"&gt;VenuBollineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To identify the problematic measure in DAX Studio:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Connect to Your Model&lt;/STRONG&gt;: Open DAX Studio and connect to your centralized model.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Enable Tracing&lt;/STRONG&gt;: Turn on &lt;STRONG&gt;Server Timings&lt;/STRONG&gt; and &lt;STRONG&gt;Query Plan&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Run Queries&lt;/STRONG&gt;: Interact with your report or execute queries to trigger measure evaluations.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Analyze Performance&lt;/STRONG&gt;: Check &lt;STRONG&gt;Server Timings&lt;/STRONG&gt; for slow or long-duration queries and identify the measure causing issues.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Test Individual Measures&lt;/STRONG&gt;: Write test queries in DAX Studio to pinpoint the problematic measure.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Optimize&lt;/STRONG&gt;: Simplify DAX logic or reduce dependencies for the identified measure.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution, this will help others!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If my response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Poojara&lt;BR /&gt;Data Analyst | MSBI Developer | Power BI Consultant&lt;BR /&gt;&lt;STRONG&gt;Consider Subscribing my YouTube for Beginners/Advance Concepts:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS" target="_self"&gt;https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 04:47:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4325027#M171713</guid>
      <dc:creator>Poojara_D12</dc:creator>
      <dc:date>2024-12-12T04:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4325523#M171726</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Thanks for posting your query in community forum.&lt;BR /&gt;&lt;BR /&gt;To identify the problematic measure in your centralized model, you can use Power BI Desktop's Performance Analyzer by following these steps:&lt;BR /&gt;&lt;BR /&gt;1.In Power BI Desktop, go to the View ribbon and select Performance Analyzer to display the Performance Analyzer pane.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;2. Click&amp;nbsp;the&amp;nbsp;Start recording&amp;nbsp;button.&amp;nbsp;What&amp;nbsp;you&amp;nbsp;do&amp;nbsp;in the report&amp;nbsp;is&amp;nbsp;visible&amp;nbsp;and&amp;nbsp;recorded&amp;nbsp;in the Performance Analyzer pane.&lt;BR /&gt;3.&amp;nbsp;Now,&amp;nbsp;go&amp;nbsp;ahead,&amp;nbsp;for&amp;nbsp;instance,&amp;nbsp;and touch&amp;nbsp;slicers or&amp;nbsp;click&amp;nbsp;the&amp;nbsp;visuals.&amp;nbsp;This&amp;nbsp;will&amp;nbsp;introduce&amp;nbsp;queries&lt;BR /&gt;4.&amp;nbsp;Through the&amp;nbsp;Performance Analyzer,&amp;nbsp;all&amp;nbsp;the duration&amp;nbsp;required&amp;nbsp;to&amp;nbsp;refresh&amp;nbsp;or&amp;nbsp;update&amp;nbsp;all&amp;nbsp;the&amp;nbsp;visuals&amp;nbsp;should be presented. Identify which&amp;nbsp;measure&amp;nbsp;or&amp;nbsp;which&amp;nbsp;visual&amp;nbsp;is&amp;nbsp;holding&amp;nbsp;up&amp;nbsp;longer. You&amp;nbsp;could&amp;nbsp;even&amp;nbsp;take&amp;nbsp;the performance&amp;nbsp;log&amp;nbsp;and send it elsewhere&amp;nbsp;for further analysis.&lt;BR /&gt;&lt;BR /&gt;Below is&amp;nbsp;related link for performance analyzer&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-performance-analyzer" target="_blank"&gt;Use Performance Analyzer to examine report element performance in Power BI Desktop&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If this&amp;nbsp;help&amp;nbsp;then please &lt;STRONG&gt;Accept it as&amp;nbsp;solution&lt;/STRONG&gt; &amp;amp;&amp;nbsp;don't forget to&amp;nbsp;drop&amp;nbsp;a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;",&amp;nbsp;so&amp;nbsp;other members&amp;nbsp;can able to&amp;nbsp;find&amp;nbsp;this&amp;nbsp;more&amp;nbsp;rapidly.&lt;BR /&gt;Hope this will&amp;nbsp;work.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 09:32:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4325523#M171726</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2024-12-12T09:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4325954#M171741</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="765391" data-lia-user-login="VenuBollineni" class="lia-mention lia-mention-user"&gt;VenuBollineni&lt;/a&gt;&amp;nbsp;- How do you know if a DAX measure is performing poorly if it's not used in a report??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DAX measures will not run a query against your model unless they are used in a visual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have identified the measure that is causing a report or visual to run slowly you can use DAX Studio against your server held model through the XMLA Endpoint.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can only use this if you have a Premium Capacity or PPU:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-connect-tools" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-connect-tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do not have either you can still use DAX Studio, but you will need to use it againts your model from the PBI Desktop file - it will need to have enough data in, which will mean unleashing some of your data limiting parameters if you do this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:55:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4325954#M171741</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-12-12T12:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4334324#M172086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="765391" data-lia-user-login="VenuBollineni" class="lia-mention lia-mention-user"&gt;VenuBollineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 06:15:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4334324#M172086</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2024-12-18T06:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4341733#M172416</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="765391" data-lia-user-login="VenuBollineni" class="lia-mention lia-mention-user"&gt;VenuBollineni&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please &lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt; and give a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' so other members can easily find it.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 07:06:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4341733#M172416</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2024-12-24T07:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance identifying Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4344255#M172507</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="765391" data-lia-user-login="VenuBollineni" class="lia-mention lia-mention-user"&gt;VenuBollineni&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please &lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt; and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' so others can find it easily.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 06:49:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-identifying-Measure/m-p/4344255#M172507</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2024-12-27T06:49:15Z</dc:date>
    </item>
  </channel>
</rss>

