<?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 between Years in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2766125#M85911</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what exactly is your expected result?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 06:07:12 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-09-14T06:07:12Z</dc:date>
    <item>
      <title>Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2765467#M85881</link>
      <description>&lt;P&gt;Hi Guys, peace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a situation that I don't know how to solve.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I need to calculate the average between the years and bring this information fixed as a example below, in column MD LY I almost reached my target, but it's bringing an average between the 3 years and I need to do each year separated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've tryed a lot of manners to do it, but I couldn't find a solution yet. Please, if anyone have a tip or idea to solve it, would be great.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 21:46:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2765467#M85881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-13T21:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2765851#M85893</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You need to try a measure like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rolling 3 = calculate(AverageX(Values('Date'[Year]),CALCULATE(sum(Sales[Sales Amount]))),DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-3,Year))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;replace sum sales amount with your measures , sum till year level and then avg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Avg above month level&lt;/P&gt;
&lt;P&gt;Rolling 3 = calculate(AverageX(Values('Date'[MONTH Year]),CALCULATE(sum(Sales[Sales Amount]))),DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-3,Year))&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 03:00:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2765851#M85893</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-09-14T03:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2766125#M85911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what exactly is your expected result?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:07:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2766125#M85911</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-14T06:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2766930#M85974</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Hi @&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/441416%22%20/t%20%22_self" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Cleverbro&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;,&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;According to your description, you want to calculate the average between the years, right? Here are my steps you can follow as a solution.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559731&amp;quot;:255,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559731&amp;quot;:255,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;(1)&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;If you want to calculate the average by year, you can filter directly in the "Columns" section.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:2,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:270}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;(2)&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Then the result is as follows.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If this method does not meet your needs, you can provide us with detailed input and output examples in tabular form so that we can better solve the problem for you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Best Regards,&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Neeko Tang&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 10:32:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2766930#M85974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-14T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2767627#M86015</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;I've tryed but this option don't shows to me.&amp;nbsp;&lt;BR /&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;&lt;BR /&gt;Tamer, I'm doing a caculation in each line of my database,&lt;BR /&gt;&lt;BR /&gt;so I want to bring a Avg Price Unit per Year Total like the colunm MD below and this be fixed like in the Formula MD in the 1ªScreenShot ,&lt;BR /&gt;&lt;BR /&gt;But when I'm seing per month in the 2ªScreenshot, I've differents prices and they shoud be the same value as the 1ªScreenShot fixed (MD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1ªScreenshot&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But We can see that each month I've different's Price Unit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2ªScreenShot&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only point is that I'm using formulas to reach in my price unit, like below.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So when I try to use Sum, it's not allowed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have another Alternative?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 14:35:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2767627#M86015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-14T14:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2767744#M86020</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems you have multiple queries. Let start with this&lt;/P&gt;
&lt;P&gt;Price Unit EUR =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;DIVIDE ( [Total Costs EUR], [Volume Total KG] ),&lt;BR /&gt;ALLEXCEPT ( 'Date', 'Date'[Year] )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 15:09:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2767744#M86020</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-14T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2767951#M86038</link>
      <description>&lt;P&gt;Hi&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;BR /&gt;&lt;BR /&gt;I did it, but I think that didn't work well.&amp;nbsp;&lt;BR /&gt;Look&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you have a time, we could make a quicky meet to see it, then we can apply your knowledge if necessary.&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;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 17:04:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2767951#M86038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-14T17:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2768011#M86042</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can do that tomorrow morning Dubai time. What is your time zone?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 17:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2768011#M86042</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-14T17:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2785335#M87275</link>
      <description>&lt;P&gt;Hi, good night, peace&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've tryed with Sum, but it's not working.&amp;nbsp;&lt;BR /&gt;But thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 23:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2785335#M87275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-21T23:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2785338#M87276</link>
      <description>&lt;P&gt;Hi&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; , peace&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So I did some tryes here, but nothing worked well.&amp;nbsp;&lt;BR /&gt;So could we make this meet? When are you available? Friday (23/09) looks good to you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 23:49:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2785338#M87276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-21T23:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2785498#M87287</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes 12:00-13:00 Dubai time&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 02:18:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2785498#M87287</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-22T02:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2786901#M87382</link>
      <description>&lt;P&gt;Good Morning&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice, let's schedule it.&amp;nbsp;&lt;BR /&gt;Could you please inform your e-mail. I'll send you an invitation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 12:29:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2786901#M87382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-22T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2786982#M87386</link>
      <description>&lt;P&gt;tamer_juma@yahoo.com&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 12:59:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2786982#M87386</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-22T12:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2787023#M87391</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; very nice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sent to you an invitation to tomorrow, at the time that you said.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please, let me know If is a good time or If we need to re-schedule.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you want, you can send me a new proposal.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 13:19:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2787023#M87391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-22T13:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2787092#M87394</link>
      <description>&lt;P&gt;Yes I saw it. It is ok with me&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 13:45:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2787092#M87394</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-22T13:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2789780#M87550</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I'm sorry for didn't get in.&amp;nbsp;&lt;BR /&gt;If possible, could we schedule again? Maybe in another time?&amp;nbsp;&lt;BR /&gt;I'm at Brazil Time.&amp;nbsp;&lt;BR /&gt;Please, return me&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Clever.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:16:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2789780#M87550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-23T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2789882#M87560</link>
      <description>&lt;P&gt;Today 6:00pm Dubai Time?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 13:09:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2789882#M87560</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-23T13:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2790025#M87570</link>
      <description>&lt;P&gt;So,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just get in and I'm waiting for you right now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you join with me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 14:02:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2790025#M87570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-23T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Average between Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2790040#M87572</link>
      <description>&lt;P&gt;Brother,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Feel free to suggest another time so,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you be avaiable for me it's going to be nice.&amp;nbsp;&lt;BR /&gt;Tomorrow I'm free and on Monday onwards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, When be a good time for you, I'll separate this time for sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your disposition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clever&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 14:12:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-between-Years/m-p/2790040#M87572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-23T14:12:27Z</dc:date>
    </item>
  </channel>
</rss>

