<?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: Swap SUM Total for AVG per month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251794#M54236</link>
    <description>&lt;P&gt;Wow! Thanks again very much!&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 10:35:14 GMT</pubDate>
    <dc:creator>Lyle</dc:creator>
    <dc:date>2021-12-22T10:35:14Z</dc:date>
    <item>
      <title>Swap SUM Total for AVG per month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251613#M54225</link>
      <description>&lt;P&gt;I'm trying to create a measure for changing the SUM Total to an AVG over 12 months (1 year). I'd like to have the right table saying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2019 IN = 93 / 12 = 7.75&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://contraconsolidations-my.sharepoint.com/:x:/g/personal/dylan_contracon_net/EWT43eddu05EqoXXCZCssPUBuUF9VGfqydvy0JQ_mwmeDA?e=735Utt" target="_blank"&gt;https://contraconsolidations-my.sharepoint.com/:x:/g/personal/dylan_contracon_net/EWT43eddu05EqoXXCZCssPUBuUF9VGfqydvy0JQ_mwmeDA?e=735Utt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://contraconsolidations-my.sharepoint.com/:u:/g/personal/dylan_contracon_net/EUyVS6LezIJFkwr0oh29dM8B_gO85SVipMqjxoW1ICvtVw?e=w2JfHT" target="_blank"&gt;https://contraconsolidations-my.sharepoint.com/:u:/g/personal/dylan_contracon_net/EUyVS6LezIJFkwr0oh29dM8B_gO85SVipMqjxoW1ICvtVw?e=w2JfHT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;you previously helped me with something similar:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Measure-from-current-month-amp-year-to-the-same-month-from-the/m-p/2212117#M52225" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Measure-from-current-month-amp-year-to-the-same-month-from-the/m-p/2212117#M52225&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:20:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251613#M54225</guid>
      <dc:creator>Lyle</dc:creator>
      <dc:date>2021-12-22T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Swap SUM Total for AVG per month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251675#M54227</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="341975" data-lia-user-login="Lyle" class="lia-mention lia-mention-user"&gt;Lyle&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a Date Table .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=mLiPm82GRUo" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=mLiPm82GRUo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Create a measure&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Total Trips = SUM(Box[Trips])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;3. Create a measure&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Average Trips/month = AVERAGEX(VALUES(Dates[MonthnYear]), [Total Trips])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;.pbix attached&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Harsh Nathani&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:40:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251675#M54227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-22T09:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Swap SUM Total for AVG per month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251794#M54236</link>
      <description>&lt;P&gt;Wow! Thanks again very much!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 10:35:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Swap-SUM-Total-for-AVG-per-month/m-p/2251794#M54236</guid>
      <dc:creator>Lyle</dc:creator>
      <dc:date>2021-12-22T10:35:14Z</dc:date>
    </item>
  </channel>
</rss>

