<?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 average value ignoring filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178499#M114847</link>
    <description>&lt;P&gt;I need to get the average resolution time (for service desk tickets) for global staff.&amp;nbsp; I already got a working measure to calculate this average based on the employee name slicer.&amp;nbsp; I need a 2nd measuer that gets the same value but for all staff, ignoring that slicer but keeping the filter from the "opened_at" slicer (which factors in when the tickets were opened).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure where to include "ALLEXCEPT" in this formula below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that makes sense and I didnt confuse you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Avg Global Resolution Time = 
( CALCULATE(
    AVERAGE(incident[Resolution Time in Days]),
    FILTER(
       incident,incident[assigned_to] IN VALUES('SD Engineers'[Engineer])))
) + 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 08 Apr 2023 16:22:11 GMT</pubDate>
    <dc:creator>ccianci</dc:creator>
    <dc:date>2023-04-08T16:22:11Z</dc:date>
    <item>
      <title>average value ignoring filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178499#M114847</link>
      <description>&lt;P&gt;I need to get the average resolution time (for service desk tickets) for global staff.&amp;nbsp; I already got a working measure to calculate this average based on the employee name slicer.&amp;nbsp; I need a 2nd measuer that gets the same value but for all staff, ignoring that slicer but keeping the filter from the "opened_at" slicer (which factors in when the tickets were opened).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure where to include "ALLEXCEPT" in this formula below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that makes sense and I didnt confuse you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Avg Global Resolution Time = 
( CALCULATE(
    AVERAGE(incident[Resolution Time in Days]),
    FILTER(
       incident,incident[assigned_to] IN VALUES('SD Engineers'[Engineer])))
) + 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 16:22:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178499#M114847</guid>
      <dc:creator>ccianci</dc:creator>
      <dc:date>2023-04-08T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: average value ignoring filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178513#M114848</link>
      <description>&lt;P&gt;more info (such as sample data, expected output) needed.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 17:40:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178513#M114848</guid>
      <dc:creator>rautaniket0077</dc:creator>
      <dc:date>2023-04-08T17:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: average value ignoring filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178535#M114849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394524" data-lia-user-login="ccianci" class="lia-mention lia-mention-user"&gt;ccianci&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Avg Global Resolution Time All Staff =&lt;BR /&gt;CALCULATE ( [Avg Global Resolution Time], ALL ( 'Table'[Staff] ) )&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 18:38:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/average-value-ignoring-filters/m-p/3178535#M114849</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-08T18:38:04Z</dc:date>
    </item>
  </channel>
</rss>

