<?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: How do I write a measure that averages column totals? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3304796#M123405</link>
    <description>&lt;P&gt;our report has changed direction so I no longer need this, thank you for your help though&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 17:11:51 GMT</pubDate>
    <dc:creator>blue_0720</dc:creator>
    <dc:date>2023-06-27T17:11:51Z</dc:date>
    <item>
      <title>How do I write a measure that averages column totals?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3296243#M122814</link>
      <description>&lt;P&gt;Beginner user here and have never asked a question in a forum before so I apologize in advance for the simplicity of the question or info I might miss adding for context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this table that I'm trying to replicate from Excel. I have included a screenshot of the Excel version and the Power Bi version. I want to display the average of the sums of each quarter. I am displaying this single value in a card (the one that is showing 131.85% right now) (I couldn't figure out how to do it in the table matrix). I know it can be done with DAX as a measure but can't seem to figure out what that would be. Is there an easy way to do this? I want the average to be off the quarters that have data, excluding the zeros for the future quarters).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel version:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Power BI version:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for the help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 18:27:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3296243#M122814</guid>
      <dc:creator>blue_0720</dc:creator>
      <dc:date>2023-06-21T18:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I write a measure that averages column totals?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3296287#M122817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="578723" data-lia-user-login="blue_0720" class="lia-mention lia-mention-user"&gt;blue_0720&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Average Measure =&lt;BR /&gt;AVERAGEX ( SUMMARIZE ( 'Date', 'Date'[Year], 'Date'[Quarter] ), [Measure] )&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 18:58:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3296287#M122817</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-21T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I write a measure that averages column totals?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3297929#M122911</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp; I have the data for this table with a field for Quarter and that is linked to a Calendar table so am I referencing the Quarter field in this table or do I reference the fields in my Calendar table? Also, what goes where you have [Measure]?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:45:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3297929#M122911</guid>
      <dc:creator>blue_0720</dc:creator>
      <dc:date>2023-06-22T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I write a measure that averages column totals?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3298065#M122922</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="578723" data-lia-user-login="blue_0720" class="lia-mention lia-mention-user"&gt;blue_0720&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which of them is usef in the visual?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:52:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3298065#M122922</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-22T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I write a measure that averages column totals?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3304796#M123405</link>
      <description>&lt;P&gt;our report has changed direction so I no longer need this, thank you for your help though&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 17:11:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-write-a-measure-that-averages-column-totals/m-p/3304796#M123405</guid>
      <dc:creator>blue_0720</dc:creator>
      <dc:date>2023-06-27T17:11:51Z</dc:date>
    </item>
  </channel>
</rss>

