<?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: Average Individual Members Active This Year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Individual-Members-Active-This-Year/m-p/2599232#M75086</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but please try the below measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Average measure: =
AVERAGEX (
    VALUES ( 'calendartable'[fiscalmonthyear] ),
    [Individual Members Active]
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 24 Jun 2022 03:15:49 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-06-24T03:15:49Z</dc:date>
    <item>
      <title>Average Individual Members Active This Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Individual-Members-Active-This-Year/m-p/2598363#M75032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create a calculation to show the Average Individual Members Active This Year.&amp;nbsp; In the example below the avg. would be 72,807.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried averaging Individual Members Active a few ways and I keep getting errors that the column cannot be used in the type of expression.&amp;nbsp; I think it's because it's summing multiple individuals.&amp;nbsp; I think I need a sum of indivduals members active this year and to use that somehow but I'm stuck on to what that calculation may be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the Individual Members Active Calculation -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fiscalmonthyear is part of the Date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kristin&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 17:29:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Individual-Members-Active-This-Year/m-p/2598363#M75032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-23T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Average Individual Members Active This Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Individual-Members-Active-This-Year/m-p/2599232#M75086</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but please try the below measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Average measure: =
AVERAGEX (
    VALUES ( 'calendartable'[fiscalmonthyear] ),
    [Individual Members Active]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 Jun 2022 03:15:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Individual-Members-Active-This-Year/m-p/2599232#M75086</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-06-24T03:15:49Z</dc:date>
    </item>
  </channel>
</rss>

