<?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: Averaging Column by day, and then Summing those averages for the week in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025495#M103146</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499906" data-lia-user-login="SSGUY" class="lia-mention lia-mention-user"&gt;SSGUY&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
SUMX (
    VALUES ( 'Table'[Date] ),
    CALCULATE (
        AVERAGE ( 'Table'[Value] )
    )
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 17 Jan 2023 10:57:20 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-01-17T10:57:20Z</dc:date>
    <item>
      <title>Averaging Column by day, and then Summing those averages for the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025463#M103143</link>
      <description>&lt;P&gt;Trying to average a column for each day, but there are multiple rows for each date. I then need to sum these averages for the week based off a label. The label is "Winter Week 1", which continues through week 8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to show on a graph the weekly sum on the Y axis, and the Week Name and Number on the X-Axis, basically with 8 numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is an example of my table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 10:39:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025463#M103143</guid>
      <dc:creator>SSGUY</dc:creator>
      <dc:date>2023-01-17T10:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Averaging Column by day, and then Summing those averages for the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025495#M103146</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499906" data-lia-user-login="SSGUY" class="lia-mention lia-mention-user"&gt;SSGUY&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
SUMX (
    VALUES ( 'Table'[Date] ),
    CALCULATE (
        AVERAGE ( 'Table'[Value] )
    )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 17 Jan 2023 10:57:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025495#M103146</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-17T10:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Averaging Column by day, and then Summing those averages for the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025519#M103150</link>
      <description>&lt;P&gt;Yes! Thanks you!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:05:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averaging-Column-by-day-and-then-Summing-those-averages-for-the/m-p/3025519#M103150</guid>
      <dc:creator>SSGUY</dc:creator>
      <dc:date>2023-01-17T11:05:43Z</dc:date>
    </item>
  </channel>
</rss>

