<?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: help with optimizing DAX as visual exceeded available resources in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-optimizing-DAX-as-visual-exceeded-available-resources/m-p/3459226#M131917</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="588440" data-lia-user-login="nic_k" class="lia-mention lia-mention-user"&gt;nic_k&lt;/a&gt;&amp;nbsp;the link below could help, I hope&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.crossjoin.co.uk/2023/06/18/the-visual-has-exceeded-the-available-resources-error-in-power-bi-desktop/" target="_self"&gt;https://blog.crossjoin.co.uk/2023/06/18/the-visual-has-exceeded-the-available-resources-error-in-power-bi-desktop/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 10:17:09 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2023-10-04T10:17:09Z</dc:date>
    <item>
      <title>help with optimizing DAX as visual exceeded available resources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-optimizing-DAX-as-visual-exceeded-available-resources/m-p/3458863#M131888</link>
      <description>&lt;P&gt;Running into an issue where &lt;EM&gt;"Visual exceeded available resources" &lt;/EM&gt;if i don't filter the data for viewing.&lt;/P&gt;&lt;P&gt;All data is within a single table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This how the table looks like when filtered by Name&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the DAX:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Duration From Previous Task = 
VAR _CurrentTaskTime =
    CALCULATE ( SELECTEDVALUE ( 'task'[Created On] ) )
VAR _PreviousTaskTime =
    CALCULATE (
        MAX (  'task'[Created On]  ),
        ALLEXCEPT ( 'task', 'task'[lead.fullname] ),
         'task'[Created On]  &amp;lt; _CurrentTaskTime
    )
VAR _timeDifference =
    IF (
        ISBLANK ( _PreviousTaskTime ),
        0,
        DATEDIFF ( _PreviousTaskTime, _CurrentTaskTime,DAY )
    )
RETURN
    _timeDifference&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 06:35:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-optimizing-DAX-as-visual-exceeded-available-resources/m-p/3458863#M131888</guid>
      <dc:creator>nic_k</dc:creator>
      <dc:date>2023-10-04T06:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: help with optimizing DAX as visual exceeded available resources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-optimizing-DAX-as-visual-exceeded-available-resources/m-p/3459226#M131917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="588440" data-lia-user-login="nic_k" class="lia-mention lia-mention-user"&gt;nic_k&lt;/a&gt;&amp;nbsp;the link below could help, I hope&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.crossjoin.co.uk/2023/06/18/the-visual-has-exceeded-the-available-resources-error-in-power-bi-desktop/" target="_self"&gt;https://blog.crossjoin.co.uk/2023/06/18/the-visual-has-exceeded-the-available-resources-error-in-power-bi-desktop/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 10:17:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-optimizing-DAX-as-visual-exceeded-available-resources/m-p/3459226#M131917</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-10-04T10:17:09Z</dc:date>
    </item>
  </channel>
</rss>

