<?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: Averages to populate in missing dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3288854#M122384</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="417616" data-lia-user-login="Bryanna" class="lia-mention lia-mention-user"&gt;Bryanna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Measure2 =&lt;BR /&gt;COALESCE (&lt;BR /&gt;[Manual Appts Calc],&lt;BR /&gt;AVERAGEX ( ALLSELECTED ( 'Calendar Table'[Date] ), [Manual Appts Calc] )&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Sat, 17 Jun 2023 08:54:36 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-06-17T08:54:36Z</dc:date>
    <item>
      <title>Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3288382#M122342</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table where i only have about 1 months worth of data at any given time. I would like to take the average of these values and have the average populate for Jan 2023 to current date aka where my actual data ends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I calculated the average using the measure below but as you can see in my table it still only populates for the dates that I currently have. I would like the 5.38 to show for Jan 1st, Jan 2nd, Jan 3rd and so on until we hit May 15th where it will populate the actual value. Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure 2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[Manual Appts Calc]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 18:05:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3288382#M122342</guid>
      <dc:creator>Bryanna</dc:creator>
      <dc:date>2023-06-16T18:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3288854#M122384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="417616" data-lia-user-login="Bryanna" class="lia-mention lia-mention-user"&gt;Bryanna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Measure2 =&lt;BR /&gt;COALESCE (&lt;BR /&gt;[Manual Appts Calc],&lt;BR /&gt;AVERAGEX ( ALLSELECTED ( 'Calendar Table'[Date] ), [Manual Appts Calc] )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 08:54:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3288854#M122384</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-17T08:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291192#M122514</link>
      <description>&lt;P&gt;Thanks that worked! How can i now get the sum of these numbers? When its at the day level it populates the average for each day but if i were to change this at a month level its still just taking the average for that day and not summing all of the days in that month.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 14:12:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291192#M122514</guid>
      <dc:creator>Bryanna</dc:creator>
      <dc:date>2023-06-19T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291216#M122519</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="417616" data-lia-user-login="Bryanna" class="lia-mention lia-mention-user"&gt;Bryanna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Measure2 =&lt;BR /&gt;SUMX (&lt;BR /&gt;VALUES ( 'Calendar Table'[Date] ),&lt;BR /&gt;COALESCE (&lt;BR /&gt;[Manual Appts Calc],&lt;BR /&gt;AVERAGEX ( ALLSELECTED ( 'Calendar Table'[Date] ), [Manual Appts Calc] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 14:22:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291216#M122519</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-19T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291228#M122523</link>
      <description>&lt;P&gt;Thank you! So looks like it summed correctly, however now the values (averages) are missing on the days where they were populating previously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure 3 is the original measure you provided and test manual inbounds is the new one trying to sum all of these values together. My goal is to have values populate for every date and the total be the sum of all of these together.&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;</description>
      <pubDate>Mon, 19 Jun 2023 14:31:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291228#M122523</guid>
      <dc:creator>Bryanna</dc:creator>
      <dc:date>2023-06-19T14:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291362#M122530</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="417616" data-lia-user-login="Bryanna" class="lia-mention lia-mention-user"&gt;Bryanna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I expected that. It's ALLSELECTED that is doing the stange things &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Measure2 =&lt;BR /&gt;VAR AverageValue =&lt;BR /&gt;AVERAGEX ( ALLSELECTED ( 'Calendar Table'[Date] ), [Manual Appts Calc] )&lt;BR /&gt;RETURN&lt;BR /&gt;SUMX (&lt;BR /&gt;VALUES ( 'Calendar Table'[Date] ),&lt;BR /&gt;COALESCE ( [Manual Appts Calc], AverageValue )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 15:42:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291362#M122530</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-19T15:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Averages to populate in missing dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291403#M122535</link>
      <description>&lt;P&gt;Yay, that worked!! thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 16:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Averages-to-populate-in-missing-dates/m-p/3291403#M122535</guid>
      <dc:creator>Bryanna</dc:creator>
      <dc:date>2023-06-19T16:09:50Z</dc:date>
    </item>
  </channel>
</rss>

